@charset "UTF-8";


.area-index .main-search-area{
/*	background:url("/img/entame/nakamuratakanosuke.jpeg") no-repeat scroll center center / contain;*/
	height: auto;
	background: #fff;
}

.area-index .main-search-area p {
	text-align: center;
}
.area-index .main-search-area p img {
	max-width: 100%;
}

@media screen and (max-width: 599px) {
		.area-index .main-search-area p img {
		max-width: 100%;
	}
}
.colored-block {
    padding: 0;
}

.price {
	color: #f82527;
	font-weight: bold;
}

/* 上部メニュー ---------------------------------------------------------------------------------------------*/
.inner-link > ul {
/*	border-left: 1px solid #e6e6e6;*/
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.inner-link > ul > li {
	margin-bottom: 5px;
}
.inner-link-type2 > ul > li {
	width: calc(50% - 5px);
}
.inner-link-type3 > ul > li {
	width: calc(33.333% - 5px);
}
.inner-link-type4 > ul > li {
	width: calc(25% - 5px);
}
.inner-link .type-2 a {
	background-color: #8866bb;
	border: 1px solid  #8866bb;
}
.inner-link .type-2 a:hover {
    background-color: #e7e0f1;
    color: #8866bb;
}

/* 旅のポイント ---------------------------------------------------------------------------------------------*/
.pointarea {
	/*display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;*/
}
.pointarea .pointarea_detail {
    background: #FFFFFF;
    overflow: hidden;
}
.pointarea .pointarea_title,
.pointarea .pointarea_detail {
	padding: 8px 20px;
	box-sizing: border-box;
}
.pointarea-cell {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.pointarea_detail .pointarea-f-cell {
	margin-right: 10px;
}
.pointarea_detail .pointarea-s-cell {
	    margin: 5px 5px 5px 0;
}
.pointarea .pointarea_title, .pointarea .pointarea_detail {
    padding: 8px 20px;
    box-sizing: border-box;
}
.pointarea .pointarea_title {
	width: 15%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	/* font-weight: bold; */
	color: #FFF;
	font-size: 200%;
	letter-spacing: 0.2em;
	/* border: 2px solid #FFFFFF; */
}
/*.colored-block.type-1 .pointarea_title { background-color: #f7578d; }
.colored-block.type-2 .pointarea_title { background-color: #11aaaa; }
.colored-block.type-3 .pointarea_title { background-color: #58b3e9; }
.colored-block.type-4 .pointarea_title { background-color: #8866bb; }
.colored-block.type-5 .pointarea_title { background-color: #ee9911; }*/

.pointarea .pointarea_detail {
	background: #FFFFFF;
	overflow: hidden;
}
@media screen and (max-width: 599px) {
	.pointarea {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.pointarea .pointarea_title,
	.pointarea .pointarea_detail {
		width: 100%;
	}
	.pointarea .pointarea_title {
		margin-bottom: 0;
	}
}
.text-small{
	font-size: 1em;
}
.text-middle{
	font-size: 140%;
}
.text-1{
	font-size: 1.1em;
	font-weight: bold;
}
.text-2{
	font-size: 1.3em;
	font-weight: bold;
}
.text-3{
	display: inline-block;
	font-size: 1.3em;
	color: #fff;
	padding: 5px ;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
	
}.text-4{
	font-size: 2em;
	font-weight: bold;
}
.text-5{
	font-size: 4em;
	font-weight: bold;
}
.text-7{
	display: inline-block;
	font-size: 1em;
	color: #fff;
	padding: 2px 2px 2px 3px ;
	font-weight: bold;
	margin: 3px;
	
}
.text-f-right{
	float: right;
}
.text-hr{
	border-top: 1px dashed #bbb;
	margin-top: 10px;
}

/* 色 ---------------------------------------------------------------------------------------------*/
.color-black-bg{
	background-color: #061029 !important;
}
/*pink*/
.color-red-text {
	color: #f82527;
}
.color-pink {
	background-color: #f7578d;
	border: 1px solid #f7578d;
}
.color-pink_text {
	color: #f7578d;
	opacity: 1;
}
.color-pink_border{
	border-bottom: 1px solid #f7578d;
}
.color-pink_sbtn{
	background-color: #f7578d;
}
.colored-block.type-1 .btn-link {
	color: #f7578d;
}
.color-pink_hr {
	border-top: medium double #f7578d;
}
.color-pink-bg{
	background-color: #f7578d;
}
/*green*/
.color-green {
	background-color: #11aaaa;
	border: 1px solid #11aaaa;
}
.color-green {
	color: #11aaaa;
}
.color-green-bg{
	background-color: #e5f6f6;
}


/*skyblue*/
.color-skyblue {
	background-color: #58b3e9;
	border: 1px solid #58b3e9;
}
.color-skyblue_text {
	color: #58b3e9;
}
.color-skyblue_border{
	border-bottom: 1px solid #58b3e9;
}
.color-skyblue_sbtn{
	background-color: #D7EEFF;
	color: #58b3e9;
}
.colored-block.type-3 .btn-link {
	color: #58b3e9;
}
.color-skyblue_hr {
	border-top: medium double #58b3e9;
}
.color-skyblue-bg{
	background-color: #eef7fe;
}
/*blue*/
.color-blue-bg{
	background-color: #1b4584;
}
/*purple*/
.color-purple {
	background-color: #8866bb;
	border: 1px solid #8866bb;
}
.color-purple_text {
	color: #8866bb !important;
}
.color-purple:hover{

}
.color-purple_border{
	border-bottom: 1px solid #8866bb;
}
.color-purple_sbtn{
	background-color: #E6E6FA;
	color: #8866bb;
}
.colored-block.type-1 .btn-link {
	color: #8866bb;
}
/*orange*/
.color-orange {
	background-color: #ee9911;
	border: 1px solid #ee9911;
}
.color-orange_text {
	color: #ee9911;
}
.color-orange_border{
	border-bottom: 1px solid #ee9911;
}
.color-orange_sbtn{
	background-color: #FFEFD5;
	color: #ee9911;
}
.color-orange_hr {
	border-top: medium double #ee9911;
}
.color-orange-bg{
	background-color: #FFEFD5;
}
.color-orange-thick-bg{
	background-color: #ee9911;
}
/* フォトギャラリー ---------------------------------------------------------------------------------------------*/
.photo-inner {
    padding: 20px 30px;
    overflow: hidden;
}

/* 観光案内 ---------------------------------------------------------------------------------------------*/
.plan-text-title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
}
.block-sightseeing {
    overflow: hidden;
	padding-bottom: 20px;
}
.block-sightseeing li {
    float: left;
    width: 235px;
    margin: 5px 10px 5px 0px;
    font-size: 100%;
    transition: opacity .3s;
}
.block-sightseeing li img{
  width: 235px;
  height: 235px;
  object-fit: cover;
}

.block-sightseeing li:nth-child(4n) {
    margin-right: 0;
}

.block-sightseeing p.title {
    font-size: 107%;
    font-weight: bold;
    margin: 10px 0;
}
.block-sightseeing .item-three {
		width: 313px;
	}
.block-sightseeing .item-three img{
  width: 313px;
  height: 313px;
  object-fit: cover;
}
@media screen and (max-width:599px) {
	.block-sightseeingl {
		margin: 0;
	}
	.block-sightseeing li {
		float: none;
		width: auto;
		margin: 0;
		font-size: 100%;
		clear: both;
	}
	.block-sightseeing li + li {
		border-top: 1px dotted #eaeaea;
		padding: 5px 0;
	}
	.block-sightseeing li a {
		padding: 5px 0;
	}
	.block-sightseeing li a:after {
		display: block;
		content: "";
		clear: both;
	}
	.block-sightseeing li img,.block-sightseeing .item-three img {
		width: 70px;
		height: auto;
		float: left;
	}
	.block-sightseeing li p {
		margin-left: 80px;
		font-size: 95%;
	}
	.block-sightseeing li p.title {
		font-size: 100%;
		font-weight: bold;
		margin: 0px 0 5px 80px;
	}
}
/* 画像トリミング機能 ---------------------------------------------------------------------------------------------*/
.ofi {
  object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
  object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
}
/* アイコン追加 ---------------------------------------------------------------------------------------------*/
h2.type-14::before { content: "\e93e" !important; } /* 日本円 */


/* ツアーポイント ---------------------------------------------------------------------------------------------*/
.recomend-wraper {
	margin-top: 25px;
}
.recomend-point-header {
    margin-right: 30px;
    float: left;
}
@media screen and (max-width: 599px){
	.recomend-point-header {
		margin-right: 0px;
	}
}
.recomend-point-header img {
	width: 350px;
}
@media screen and (max-width: 599px) {
	.recomend-point-header img {
		width: 100%;
	}
}
.recomend-point {
    float: right;
    width: 620px;
    height: 260px;
}
@media screen and (max-width: 599px){
.recomend-point {
    width: 100%;
    height:auto;
	margin-bottom: 10px;
    box-sizing: border-box;
}
}
.recomend-point .recomend-point-list-wrap {
    width: 100%;
    height: 201px;
}
@media screen and (max-width: 599px){
.recomend-point .recomend-point-list-wrap {
    width: 100%;
    height: 201px;
}
}
.recomend-point .recomend-point-list-wrap {
    float: left;
    height: 400px;
/*     width: 54%; */
/*     overflow-y: scroll; */
}
@media screen and (max-width: 599px){
	.recomend-point .recomend-point-list-wrap {
		height: auto;
	}
}
.recomend-point-list-li{
	width: 100%
}
.recomend-point-list-li span {
    display: block;
}
.recomend-point-list-li span.t {
    font-weight: bold;
	margin-bottom: 10px;
}
.recomend-point-list-li span.c {
    font-weight: bold;
	margin-bottom: 10px;
    color: #1b4584;
}
@media screen and (max-width: 599px){
	.section-header h2 {
		margin-top: 10px;
	}
}
/* お客様の声 ---------------------------------------------------------------------------------------------*/
.customerBox {
    
}
.customerBox dl dt:nth-child(n+1) {
	background: url(/img/daiichi/icon_talk1.png) no-repeat left 10px top 10px;
}
.customerBox dl dt:nth-child(n+2) {
	background: url(/img/daiichi/icon_talk2.png) no-repeat left 10px top 10px;
}
.customerBox dl dt {
	padding: 15px 15px 5px 55px;


	
}
.customerBox dl dd {
	padding: 0 10px 10px 55px;
	border-bottom: 2px solid #FFF;
}
.customerBox dl dd span {
	margin-left:10px;
}

.balloon p {
	margin:0;
	padding:0;
}
.balloon {
	margin-bottom:20px;
	position:relative;
}
.balloon.right-box {
	padding-right:130px;
}
.balloon.left-box {
	padding-left:80px;
}
	.balloon .balloonbox {
		width:100%;
	}
		.balloon .balloonbox .txt {
			font-size:16px;
			line-height:1.8em;
			padding:10px 0;
			color: #666;
		}
 
		.balloon .balloonbox #balloon-right,
		.balloon .balloonbox #balloon-left {
			position: relative;
			display: inline-block;
			padding: 0 15px;
			width: 100%;
			color: #000;
			text-align: center;
			background: #fff;
			z-index: 0;
			box-shadow: 3px 1px 3px rgba(255, 255, 255, 0.2) inset, 3px 1px 2px rgba(0, 0, 0, 0.05);
			border:1px solid #D8D8D8;
			text-align:left;
			border-radius:10px;
			min-height:50px;
		}
		.balloon .balloonbox #balloon-left {
			 box-sizing: border-box;
   			 width: 100%;
		}
		.balloon .balloonbox #balloon-right:before {
			content: "";
			position: absolute;
			top: 50px;
			right: -8px;
			margin-top: -9px;
			display: block;
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 9px 0 9px 9px;
			border-color: transparent transparent transparent #fff;
			z-index: 0;
		}
		.balloon .balloonbox #balloon-right:after {
			content: "";
			position: absolute;
			top: 50px;
			right: -9px;
			margin-top: -10px;
			display: block;
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 10px 0 9px 9px;
			border-color: transparent transparent transparent #D8D8D8;
			z-index: -1;
		}
 
		.balloon .balloonbox #balloon-left:before {
			content: "";
			position: absolute;
			top: 25px; left: -8px;
			margin-top: -9px;
			display: block;
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 9px 9px 9px 0;
			border-color: transparent #fff transparent transparent;
			z-index: 0;
		}
		.balloon .balloonbox #balloon-left:after {
			content: "";
			position: absolute;
			top: 25px; left: -9px;
			margin-top: -10px;
			display: block;
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 10px 9px 9px 0;
			border-color: transparent #D8D8D8 transparent transparent;
			z-index: -1;
		}
	/*アイコン*/
	.balloon.right-box .img {
			width:80px;
			top:10px;
			right:0;
			position:absolute;
		}
	.balloon.left-box .img {
			width:60px;
			top:0px;
			left:0;
			position:absolute;
		}
		.balloon .img img {
			border-radius:50%;
			box-shadow: 3px 1px 3px rgba(255, 255, 255, 0.2) inset, 3px 1px 2px rgba(0, 0, 0, 0.05);
			border:1px solid #D8D8D8;
			width:100%;
		}


.qa_q::before{
	color: #ee9911;
	top: -8px;
}
.qa_a::before{
	color: #FF6666;
	top: -8px;
}

/* 説明 ---------------------------------------------------------------------------------------------*/
.disc-area h2:before {
	content: none;
}
.disc-area ul:after {
	display: block;
	content: "";
	clear: both;
}
.disc-area .item-list {
	margin: 0 0 0 -19px;
}
.disc-area .item {
	margin: 20px 0 0 19px;
	background: #FFFFFF;
	font-size: 92%;
	transition: opacity .3s;
	overflow: hidden;
}
.disc-area .item:hover { opacity: 1; }
.disc-area .item a { text-decoration: none; }
.disc-area .item .img {
	float: left;
	position: relative;
	width: 315px;
	clear: left;
}
.disc-area .item .img img { 
	display: block; 
	width: 315px;
}
.disc-area .item .img span {
	position: absolute;
	bottom: 1px;
	left: 1px;
	width: 48px;
	line-height: 25px;
	background-color: rgba(255,255,255,0.85);
	text-align:center;
	font-size: 85.7%;
}
.disc-area .item .txt {
	margin-left: 315px;
	box-sizing: border-box;
	padding: 20px 30px 20px 27px;
}
.disc-area .item .txt .detail {
	display: inline-block;
	margin-bottom: 5px;
}
.disc-area .item .txt .link {
	display: inline-block;
}
.disc-area .item .txt .link::before {
	content: "・";
}
.disc-area .item .title {
	font-size: 114%;
	font-weight: bold;
}
.disc-area .item .title + p {
	margin: 5px 10px 15px 0px;
}
.disc-area .item p.fee {
	color: #f82527;
	font-size: 114%;
	font-weight: bold;
	margin-top: 25px;
}

.room-list {
	
}
.room-item {
	display: inline-block;
	width: 48%;
}
.disc-area .item .room-item .txt {
	margin-left: 240px;
    box-sizing: border-box; 
    padding: 20px 30px 20px 27px;
}
.room strong {
	font-weight: bold;
	color: #1b4584;
}
.room-body img {
	width: 40%;
	display: block;
	float: left;
    position: relative;
    width: 250px;
    clear: left;
}
@media screen and (max-width: 599px){
	 .disc-area .item {
		font-size: 100%;
	}
	 .disc-area .block-inner {
		margin-top: 10px;
	}
	 .disc-area .item-list {
		margin: 0;
	}
	 .disc-area .item {
		width: auto;
		float: none;
		padding: 10px;
		margin: 0 0 10px;
	}
	 .disc-area .item::after {
		content: "";
		display: block;
		clear: both;
		visibility: hidden;
	}
	 .disc-area .item > a {
		/* border: 1px solid #eee; */
		display: block;
	}
	 .disc-area .item .img {
		float: none;
		width: 100%;
		position: relative;
	}
	 .disc-area .item .img img {
		width: 100%;
		height: auto;
	}
	 .disc-area .item .img span {
		display: inline-block;
		padding: 6px 8px;
		left: 1px;
		bottom: 1px;
		width: auto;
		line-height: 1;
		font-size: 85%;
	}
	 .disc-area .item .txt {
		/* float: right; */
		height: auto;
		/* width: 60%; */
		border: none;
		padding: 10px 0 0 0;
		margin-left: 0;
	}
	 .disc-area .item p {
		font-size: 95%;
	}
	 .disc-area .item .title {
		font-size: 100%;
		font-weight: bold;
	}
	 .disc-area .item .title br {
		display: none;
	}
	 .disc-area .item .title + p {
		margin-top: 5px;
	}
	 .disc-area .item p.fee {
		color: #f82527;
		font-size: 95%;
		font-weight: bold;
		margin-top: 10px;
		text-align: right;
	}
	
	.room-body {
		padding-left: 0;

	}
	.room-body img.room-body-thumb {
		width: 100%;
	}
	.room-item {
		display: block;
		width: 100%;
	}
	.room-body img {
		width: 100%;
	}	
	.disc-area .item .room-item .txt {
		border: none;
		height: auto;
		padding: 10px 0 0 0;
		margin-left: 0;
		clear: both;
	}
}

/* ボタン ---------------------------------------------------------------------------------------------*/
.btn-inquiry.type-1 {
    background: url(/img/koshieno/stripe.png), linear-gradient(to bottom, #f94f88, #dd4477);
}.btn-inquiry {
    text-align: center;
    height: 93px;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    border-radius: 6px;
    transition: .3s;
}
.btn-inquiry:hover {
    text-decoration: none;
    opacity: .7;
    color: #fff;
}
.btn-inquiry.type-1::after {
    content: "";
    display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
}
.btn-inquiry .main {
    font-size: 157.14286%;
    font-weight: bold;
}
.btn-inquiry .sub {
    font-size: 128.57143%;
}


.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

.mapBox ul li {
	float: left;
	width: 50%;
	padding: 0 10px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.mapBox ul li .map {
	position: relative;
	padding-bottom: 80%;
	height: 0;
	overflow: hidden;
}
.mapBox ul li .map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 599px){
	.mapBox ul li {
		float: none;
		width: 100%;
		padding: 0 0px 15px;
	}
}

/*予約へのボタン*********/
.text-attention{
    font-size: 123%;
}
.section-plan{
	margin: 0 auto;
    padding-bottom: 8px;
    text-align: center;
    width: 97%;	
	margin-top: 30px;
}
.plan-title{
	font-size: 171.42857%;
    font-weight: bold;
}
.plan-title {
display: flex;
align-items: center;
}
.plan-title:before,
.plan-title:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.plan-title:before {
margin-right: 1rem;
}
.plan-title:after {
margin-left: 1rem;
}

.plan-title-date{
	margin-top: 20px;
	display: inline-block;
    padding: 10px 20px 8px;
    border: 4px solid #000;
    color: #000;
}
.hotel-name {
    background-color: #1b4584;
    color: #fff;
    padding: 10px;
	height: 22px;
	font-size: 1.2em;
	line-height: 1.2;
	text-align: center;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}
@media screen and (max-width: 769px){
	.hotel-name {
		height: auto;
	}
}
.room-info-text {
    margin: 10px 0 10px 0;
}
.room-info-text_living {
    font-size: 86%;
    border-radius: 6px;
    padding: 2px 5px;
    border: 1px solid #1b4584;
	background-color: #1b4584;
    color: #fff;
    margin: 6px 0;
}
.room-info-text_room {
    font-size: 86%;
    border-radius: 6px;
    padding: 2px 5px;
    border: 1px solid #1b4584;
    margin: 6px 0;
	background-color: #1b4584;
    color: #fff;
    font-weight: bold;
}
.room-info-text .room-strong{
	font-size: 1.3em;
	font-weight: bold;
}
.room-hr{
	border: 1px dashed #1b4584;
	margin: 15px 0;
}
.tag-1 {
    font-size: 85%;
    border-radius: 6px;
    padding: 2px 5px;
    color: #fff;
    margin: 6px 0;
	display: inline;
}
.block-hotel::after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}
.block-hotel .item {
	width: 230px;
    margin-right: 8px;
	float: left;
}
@media screen and (max-width: 599px){
	.area-index .block08 .item {
		padding:0;
	}
	.area-index .block08 .block-inner {
		margin-top: 0;
	}
}
.block-hotel .item:nth-child(4n) {
	margin-right: 0;
}
.block-hotel .item:nth-child(n + 5) {
	margin-top: 21px;
}
.block-hotel .item .image {
	
}
.block-hotel .item .image img {
	display: block;
	width: 100%;
    height: 160px;
    object-fit: cover;
}
.block-hotel .item .text {
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
	padding: 18px;
	/*height: 340px;*/
}
@media screen and (max-width: 599px) {
	.block-hotel .item .text {
		height: auto;
	}
}
.block-hotel .item .text .caption {
	font-size: 86%;
	position: absolute;
	top: 2px;
	right: 18px;
}
.block-hotel .item .text .title {
	font-size: 114%;
	font-weight: bold;
	height: 55px;
}
.block-hotel .item .text .btn-link {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-size: 107%;
	border-radius: 4px;
	color: #fff;
    background: linear-gradient(to right,#baa375,#9e8149, #baa375);
    cursor: pointer;
    border-bottom: solid 3px #846530;
    border-right: solid 3px #846530;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.block-hotel .item .text .btn-link + .btn-link {
	margin: 10px 0 0 0;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	.block-hotel .item {
		width: 100%;
	}
	.block-hotel .item + .item {
		margin: 10px 0 0 0;
	}
	.block-hotel .item .image {
		height: auto;
	}
	.block-hotel .item .image img {
		height: auto;
	}
	.block-hotel .item .text .title {
		height: auto;
		padding-bottom: 10px;
	}
	.block-link {
		font-size: 90%;
		padding: 0 1em;
	}
}
.block-link-small{
    margin: 10px 0 5px 0;
    background-color: #FFCC00;
	border: 2px solid #000;
    display: block;
    color: #000;
    height: 40px;
    border-radius: 6px;
    font-weight: bold;
    transition: .3s opacity;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.block-link-small:hover{
	opacity: 0.5;
}
.block-link-small::after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-left: 0px;
    content: "";
    display: inline-block;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.area-index .block08 .item:hover {
    opacity: 1;
}
.block-link-small-end{
	    margin: 10px 0 5px 0;
    background-color: #D7D5D5;
	border: 2px solid #898787;
    display: block;
    color: #999;
    height: 40px;
    border-radius: 6px;
    font-weight: bold;
    transition: .3s opacity;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.block-link-small-flat{
	    margin: 10px 0 5px 0;
    display: block;
    color: #999;
    height: 40px;
    border-radius: 6px;
    font-weight: bold;
    transition: .3s opacity;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.block-plan-02 .item {
	width: 470px;
    margin-right: 8px;
	float: left;
}
.block-plan-03 .item {
	width: 310px;
    margin-right: 8px;
	float: left;
}
/* 上部メニュー ---------------------------------------------------------------------------------------------*/
.inner-link{
	margin: 0;
}
.inner-link > ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.inner-link > ul > li {
	
}
.inner-link-type2 > ul > li {
	width: calc(50% - 5px);
}
.inner-link-type3 > ul > li {
	width: calc(33.333% - 5px);
}
.inner-link-type4 > ul > li {
	width: calc(25% - 5px);
}

@media screen and (max-width: 599px){
	.inner-link{
		margin: 8px 0 0 0;
	}
	.inner-link > ul > li {
	    width: 100%;
	    margin-bottom: 5px;
	}
}

.block-inner dl.payment {
	margin: 15px 0;
	padding: 20px 15px;
	background-color: #fff;
}
.block-inner dl.payment dt {
	font-weight: bold;
}
.block-inner dl.payment dd {
	padding-left: 1em;
	margin-bottom: 10px;
}
.block-inner dl.payment dd p {
	margin: 10px 0;
}

@media screen and (max-width: 599px){
	.block-inner dl.payment img {
		max-width: 100%;
	}
}