/* WordPress Gallery
------------------------------------------ */

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	float: none;
}

.gallery-columns-2 .gallery-item {
	width: 50%
}

.gallery-columns-3 .gallery-item {
	width: 33.3333%
}

.gallery-columns-4 .gallery-item {
	width: 25%
}

.gallery-columns-5 .gallery-item {
	width: 20%
}

.gallery-columns-6 .gallery-item {
	width: 16.6667%
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%
}

.gallery-columns-8 .gallery-item {
	width: 12.5%
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.is-first-search .c-top-search__woman {
	display: none !important;
}
.mw_wp_form_confirm .c-form-block__content button {
	display: none;
}
.mw_wp_form_confirm .u-hide-confirm {
	display: none;
}
.ui-datepicker-title select {
	display: inline-block !important;
}
.l-section.is-top-news {
	padding-top: 100px !important;
	padding-bottom: 40px !important;
}
.c-form-block__button{
	display: inline-block;
	text-align:center;
}

.c-form-block__button:hover{
	cursor: pointer;
}
.c-form-block__submit button:disabled {
	opacity: 0.2;
}

/*2021-06-07 ebook preview*/

.c-ebooks-preview .e-item {
	cursor: pointer;
	transition: 0.3s ease all;
}
.c-ebooks-preview .e-item:hover {
	opacity: 0.8;
}


/**
IE MAINVISUAL HACK
 */
@media all and (-ms-high-contrast:none){
	_:-ms-lang(x)::-ms-backdrop, body.page-id-245 .owl-carousel.owl-drag .owl-item {
		margin-right: 0 !important;
	}
	_:-ms-lang(x)::-ms-backdrop, body.page-id-245{
		overflow-x:hidden;
	}
}

.c-iframe iframe {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.c-p-campaign {
	display: block;
	text-decoration: none;
	margin-top: 32px;
	margin-bottom: 32px;
}
.c-p-campaign__item {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000;
	border: 2px solid #000;
}

.c-p-campaign__price {
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-p-campaign__content{
	padding: 16px 32px;
}
.c-p-campaign__title {
	font-size: 18px;
	font-weight: bold;
	background: #F2C100;
	color: #000;
	padding: 6px 24px;
}
.c-p-campaign__before {
	text-decoration: line-through;
	margin-right: 24px;
	display: flex;
	font-family: 'Roboto Slab', sans-serif;
}

.c-p-campaign__price__label {
	margin-right: 16px;
}

.c-p-campaign__after:before {
	content: "\f0da";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 24px;
}
.c-p-campaign__after {
	font-size: 32px;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: bold;
}
.c-p-campaign__desc small {
	display: block;
}

@media(max-width: 768px){
	.c-p-campaign__price {
		flex-wrap: wrap;
	}
  .c-offer__buttons .c-button {
    max-width: 33%;
    min-width: 0px;
    padding-left: 17px;
  }
  .c-offer__buttons .c-button:after {
    left: 6px;
    width: 12px!important;
    height: 12px!important;
  }
  .c-offer__box{
    margin-left: 0px;
    margin-right: 0px;
  }
}


.c-form-block__content.is-timeselect select {
	max-width: 180px;
	display: inline-block;
}

@media(min-width: 768px){
	.l-header__tel {
		display: block;
		text-align: center;
	}
  .l-header__tel .l-header__text {
    line-height: 1;
    padding-left: 4px;
  }
}
.c-button.is-xs.is-icon-tours {
    background-color: #7a60c1;
    border-color: #7a60c1;
}
.c-button.is-xs.is-icon-tours:after,
.is-xs.is-icon-tours.c-bnr-content__button:after {
    width: 15px;
    height: 19px;
    background-image: url(../dormy-nagoya-html/dist/assets/images/icon-tours.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

/* 2022/10/03 追記 */
@media(max-width: 949px){
	.l-section.is-top-news {
		padding-top:30px !important;
	}
	.u-mbs.is-ebook {
		margin-top: 30px !important;
	}
	.c-top-point__inner {
		display: flex;
	}
	.c-top-point__block {
		width: calc(50% - 8px);
		margin-right: 0;
	}
	.c-top-point__block:nth-child(2n + 1){
		margin-right: 8px;
	}
	.c-top-point__block:nth-child(2n){
		margin-left: 8px;
	}
	.c-top-point__block:nth-child(2) {
		margin-bottom: 10px;
	}
	.c-top-point__block:nth-child(5) {
		margin-bottom: 0;
	}
	.c-top-point__block:nth-child(6) {
		margin-bottom: 0;
	}
	.c-top-point__block {
		margin-bottom: 10px;
	}
}
@media(max-width: 750px) {
	.c-top-point__block.is-pink .c-top-point__title {
		width: 54%;
	}
	.c-top-point__title {
		top: 13px;
	}
	.c-top-point__block {
		padding: 10% 3% 4%;
	}
	.c-top-point__button {
		margin-top: -16px;
	}
	.c-top-point__button .c-button {
		padding: 5px 10px;
		font-size: 12px;
	}
	.c-top-point__button .c-button.is-xlg:after {
		right: 10px;
	}

	.c-top-point__block.is-orange .c-button.is-xlg:after {
		right: 0;
	}
	.c-top-point__number {
		font-size: 32px;
		top: -16px;
	}
	.c-top-point__block.is-blue .c-top-point__title {
		width: 78%;
	}
	.c-top-point__block.is-yellow .c-top-point__title {
		width: 54%;
	}
	.c-top-point__block.is-green .c-top-point__title {
		width: 80%;
	}
	.c-top-point__block.is-purple .c-top-point__title {
		width: 61%;
	}
	.c-top-point__block.is-orange .c-top-point__title {
		width: 60%;
	}
	.c-top-point__block.is-pink .c-top-point__deco {
    width: 23%;
    height: 18%;
    top: 2%;
    left: 2%;
	}
	.c-top-point__block.is-blue .c-top-point__deco {
    width: 15%;
    height: 8%;
    bottom: calc(10% + 34px);
    right: 2%;
	}

	.c-top-point__block.is-yellow .c-top-point__deco {
    width: 10%;
    height: 10%;
    top: 7%;
    right: 7%;
	}
	.c-top-point__block.is-green .c-top-point__deco {
    width: 10%;
    height: 11%;
    bottom: calc(10% + 34px);
    right: 4%;
	}
	.c-top-point__block.is-purple .c-top-point__deco {
    width: 10%;
    height: 14%;
    bottom: calc(10% + 34px);
    right: 4%;
	}
	.c-top-point__block.is-orange .c-top-point__deco {
    width: 12%;
    height: 13%;
    top: 14%;
    right: 4%;
	}
}

@media(max-width: 949px){
	.c-top-relation__inner {
		display: flex;
	}
	.c-top-relation__block {
		border-bottom: none;
		border-right: 2px dotted #b3b3b3;
	}
	.c-top-relation__block:last-child {
		border-right: none;
	}

}
@media(max-width: 750px) {
	.c-top-relation__title span {
		font-size: 12px;
	}
	.c-top-relation__title small {
		font-size: 10px;
	}
	.c-top-relation__image {
		width: 40px;
		height: 40px;
	}
	.c-top-relation__block {
		padding: 20px 0;
	}
}

@media(max-width: 949px){
	.c-offer__tel {
		display: flex;
		justify-content: center;
	}
	.c-offer__line {
		width: 40px;
		height: 40px;
	}
	.c-offer__button {
		max-width: 300px;
	}
	.c-block-contact__block.is-bg-stripe {
		padding: 1.14286rem 1.71429rem;
	}
}

.c-form-block__content.is-privacy {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	width: 100%;
	padding: 0;
}
.c-form-block__submit {
	margin-top: 40px;
}
@media(max-width: 949px){
	.c-form-block__content.is-privacy {
		margin-top: 30px;
	}
	.c-form-block__submit {
		margin-top: 30px;
	}
}

.c-form-block__submit button {
	background-color: coral;
	color: #fff;
	border-color: coral;
}
.c-form-block__submit button:hover {
	background-color: #fff;
	color: coral;
	border-color: coral;
}

.l-header__contact  .c-button.is-xs.is-line {
	background-color: #39B424;
	border-color: #39B424;
	padding: 7px 14px 8px;
}
/* .l-header__number {
	justify-content: center;
} */

.c-floating-banner__inner {
	padding: 4px 3px 3px;
}
.c-floating-banner__buttons {
	display: flex;
}
.c-floating-banner__buttons:nth-child(2) {
	margin-top: 3px;
}
.c-floating-banner__button {
	text-decoration: none;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

.c-floating-banner__button.is-icon-line {
	background: url(../dormy-nagoya-html/dist/assets/images/icon-line.png) no-repeat left calc(50% - 63px) top 9px /25px 24px;
	background-color: #06C755;
	padding-left: 25px;
	width: calc(183/369*100% - 2px);
}
.c-floating-banner__button.is-icon-tel {
	background: url(../dormy-nagoya-html/dist/assets/images/icon-dial-white.png) no-repeat left calc(50% - 68px) top 7px /28px 18px;
	width: calc(186/369*100% - 2px);
	background-color: #F2C102;
	display: flex;
	flex-direction: column;
	padding-left: 28px;
}
.c-floating-banner__button.is-icon-tel span {
	letter-spacing: .11em;
}
.c-floating-banner__button.is-icon-tel small{
	font-size: 10px;
	display: block;
	transform: scale(0.8);
	transform-origin: left top;
	margin-top: 2px;
	white-space: nowrap;
	margin-left: 45px;
}
.c-floating-banner__button.is-icon-pen {
	width: calc(152/369*100% - 3px);
	background: url(../dormy-nagoya-html/dist/assets/images/icon-pen.png) no-repeat left calc(50% - 52px) top 12px /16px 15px;
	background-color: #EA6580;
	font-size: 14px;
	padding-left: 23px;
	margin-right: 3px;
}
.c-floating-banner__button.is-icon-note {
	width: calc(110/369*100% - 3px);
	background: url(../dormy-nagoya-html/dist/assets/images/icon-note.png) no-repeat left calc(50% - 34px) top 11px /14px 16px;
	background-color: #00B69F;
	font-size: 14px;
	padding-left: 18px;
	margin-right: 3px;
}
.c-floating-banner__button.is-icon-flag {
	width: calc(107/369*100%);
	background: url(../dormy-nagoya-html/dist/assets/images/icon-flag.png) no-repeat left calc(50% - 31px) top 11px /14px 17px;
	background-color: #5198C8;
	font-size: 14px;
	padding-left: 16px;
}
.c-slidebar-menu {
	/* padding-bottom: 86px; */
	padding-bottom: 80px;
	/* padding-bottom: 40px; */
}
.c-slidebar-menu__float{
	width: 100%;
	position: fixed;
	display: none;
	bottom: 0;
	left: 0;
	z-index: 10000;
}
.is-slidebar-active .c-slidebar-menu__float{
	display: block;
}
@media(min-width: 750px){
	.c-top-ranking__block.is-special {
		width: calc(50% - 32px / 2);
		margin-right: 16px;
	}
	.c-top-ranking__block.is-special:nth-child(2n) {
		margin-right: 0;
		margin-left: 16px;
	}
	.c-top-ranking__block.is-special:nth-child(n + 3) {
		margin-top: 40px;
	}
}
@media(max-width: 749px){
	.c-top-ranking__block.is-special:nth-child(n + 2) {
		margin-top: 80px;
	}
}

.c-top-ranking__block.is-special .c-top-ranking__image {
	padding-top: calc(295/564*100%);
}

.c-top-ranking__block.is-special .c-top-ranking__tag {
	min-width: 300px;
	height: 57px;
	font-size: 19px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	top: calc(-57px / 2);
}
@media(max-width: 949px){
	.c-top-ranking__block.is-special .c-top-ranking__tag {
		font-size: 17px;
		height: 45px;
		min-width: 230px;
		top: calc(-45px / 2);
	}
}

.c-top-ranking__block.is-special .c-top-ranking__buttons {
	/* margin-top: 32px; */
	max-width: 300px;
	margin:32px auto 0;
}
@media(max-width: 949px){
	.c-top-ranking__block.is-special .c-top-ranking__buttons {
		max-width: 220px;
		margin-top: 20px;
	}

}
.c-top-ranking__block.is-special .c-top-ranking__buttons .c-button {
	padding: 14px 32px;
}
@media(max-width: 949px){
	.c-top-ranking__block.is-special .c-top-ranking__buttons .c-button {
		padding: 10px 32px;
	}
}
.c-top-ranking__block.is-special .c-top-ranking__buttons .c-button:hover {
	transform: none;
}
.c-top-ranking__block.is-special .c-top-ranking__buttons .c-button:before {
	display: none;
}
.c-top-ranking__block.is-special .c-top-ranking__title {
	font-size: 24px;
	line-height: 1.4;
}
@media(max-width: 949px){
	.c-top-ranking__block.is-special .c-top-ranking__title {
		font-size: 22px;
	}
}

.c-top-ranking__block.is-special .c-top-ranking__text {
	font-size: 16px;
}
@media(max-width: 949px){
	.c-top-ranking__block.is-special .c-top-ranking__text {
		font-size: 14px;
	}
}
.c-top-ranking.is-archive.is-special {
	margin-top: 100px;
}
@media(min-width: 750px){
	.c-top-ranking__inner.is-special {
		display: flex;
	}
}


.c-specials__head {
	display: flex;
	align-items: center;
}
@media(max-width: 949px){
	.c-specials__head {
		flex-direction: column-reverse;
	}
}
.c-specials__image {
	position: relative;
	max-width: 468px;
	width: 100%;
	margin-right: 57px;
}
@media(max-width: 949px){
	.c-specials__image {
		margin-right: 0;
		margin-top: 32px;
	}
}
.c-specials__image::before {
	content: "";
	display: block;
	padding-top: calc(341/468*100%);
}
.c-specials__image .is-bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.c-specials__logo-group {
	display: flex;
	align-items: center;
}
.c-specials__logo {
	width: 100%;
}
.c-specials__logo.is-college{
	max-width: 228px;
}
.c-specials__logo.is-plus{
	font-size: 23px;
	font-weight: 700;
	width: auto;
	margin: 0 22px 0 18px;
}
.c-specials__logo.is-logo{
	max-width: 256px;
}
.c-specials__head-title {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 31px;
	margin-bottom: 0;
}
@media(max-width: 949px){
	.c-specials__head-title {
		font-size: 22px;
	}
}
.c-specials__recomend {
	text-align: center;
	margin-top: 55px;
	margin-bottom: 37px;
	display: flex;
	justify-content: center;
}
.c-specials__recomend .heading.is-md {
	margin-bottom: 0;
}
.c-specials__back {
	display: flex;
	justify-content: center;
	margin-top: 80px;
	margin-bottom: 140px;
}
.c-specials__back-button::after {
	right: auto;
	left: 12px;
	transform: rotate(180deg);
	padding: 0 0 2px 2px;
	top: calc(50% - 7px);
}

.c-button.is-xlg.is-no-1 {
	background-color: #DA6D82;
	border-color: #DA6D82;
}
.c-button.is-xlg.is-no-2 {
	background-color: #5198C8;
	border-color: #5198C8;
}
.c-button.is-xlg.is-no-3 {
	background-color: #EAC342;
	border-color: #EAC342;
}
.c-button.is-xlg.is-no-4 {
	background-color: #5CB39F;
	border-color: #5CB39F;
}
.c-button.is-xlg.is-no-5 {
	background-color: #7661BB;
	border-color: #7661BB;
}
.c-button.is-xlg.is-no-6 {
	background-color: #D48F32;
	border-color: #D48F32;
}
.c-floating-banner__buttons.is-offer {

}
.c-floating-banner__inner.is-offer {
	margin: 0 auto;
	max-width: 375px;
	width: 100%;
	position: relative;
	z-index: 99;
	background-color: initial;
}
@media(max-width: 949px){
	.c-floating-banner__inner.is-offer {
		margin: 0 auto;
		max-width: none;
	}
}
.c-offer__button {
	/* margin: 0 auto; */
}
@media(max-width: 1280px){
	.l-global-nav-simple {
		margin-right: 80px;
	}
}
@media(max-width: 1225px){
	.l-global-nav-simple {
		margin-right: 40px;
	}
}
@media(max-width: 1145px){
	.l-global-nav-simple {
		margin-right: 10px;
	}
}
@media (max-width: 1140px){
	.l-global-nav-simple>ul>li {
			margin-left: 15px;
			white-space: nowrap;
	}
}
.c-specials__marker {
	background-image: linear-gradient(#BCD504, #BCD504);
	background-size: 100% 6px;
	background-position: 0 100%;
	background-repeat: no-repeat;
}


.c-floating-banner__image {
	width: 100%;
	height: 96px;
	display: block;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid #9BCD64;

}
.c-floating-banner__banner {
	width: 100%;
	position: relative;
}
.c-floating-banner__banner.is-hidden {
	display: none;
}
@media (min-width: 950px){
	.c-floating-banner__image {
		background-size: cover;
		height: 140px;
	}
	.c-search-box__buttons .c-button {
		width: auto;
		max-width: initial;
		min-width: 100px;
	}

}

@media (max-width: 950px){
	.c-floating-banner__image {
		background-size: cover;
		height: 140px;
	}
}
@media (max-width: 750px){
	.c-floating-banner__image {
		/* background-size: contain; */
		height: 68px;
	}
}
@media(min-width: 950px) and (max-width: 1500px){
	.l-header__tel {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.l-header__tel > a {
		margin-right: 24px;
	}
}
.c-floating-banner__close {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #000;
	background-color: #fff;
	position: absolute;
	right: 5px;
	top: -20px;
}
.c-floating-banner__close::before {
	content: "";
	display: block;
	width: 3px;
	height: 25px;
	background-color: #000;
	position: absolute;
	transform: rotate(45deg);
	top: 6px;
	left: 17px;
}
.c-floating-banner__close::after {
	content: "";
	display: block;
	width: 3px;
	height: 25px;
	background-color: #000;
	position: absolute;
	transform: rotate(-45deg);
	top: 6px;
	left: 18px;
}
.c-floating-banner__close:hover {
	opacity: 0.7;
	transition: 0.3s;
}

@media(min-width: 768px){
	.single-special .c-heading-block .heading.is-xlg {
		font-size: 24px;
	}
	.c-block-contact__block.is-bg-stripe {
		padding-top: 24px;
		margin-bottom: 3rem;
	}
}

@media(max-width: 768px){
	.single-special .c-heading-block {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}
	.single-special .c-heading-block .heading.is-xlg {
		font-size: 20px;
	}
}

@media(min-width: 768px){
.c-heading-block__button.u-mbs.is-xs {
	text-align: right;
	margin-bottom: -20px !important;
}
.c-heading-block__button .c-button {
	min-width: 0px;
	max-width: 240px;
	padding-left: 0;
	padding-right: 0;
	/* margin-left: 96px; */
	margin-bottom: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: -64px;
	/* margin-left: auto; */
}
}
.c-top-ranking__block.is-special  {
	opacity: 1 !important;
	transform: none !important
}
.c-pagination .page-numbers.current {
	background: #222;
	color: #FFF;
}

#tinymce.post-type-special {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
#tinymce.post-type-special iframe {
	max-width: 100%;
}
.c-specials__content iframe {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
}

.c-heading-block__access {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
}

.c-access-text {
	display: flex;
	align-items: center;
	margin-right: 1em;
}

.c-access-text .c-access-text__icon {
	flex-basis: 40px;
	margin-right: 1em;
}

.c-access-text__text {
	white-space: nowrap;
}

.c-heading-block__access {
	background: #f1f1f1;
	padding: 12px 24px;
}
.c-heading-block__access__title {
	margin-bottom: 4px;
	font-size: 16px;
}
.c-heading-block__access__title span {
	font-weight: bold;
	font-size: 20px;
	color: #309ACC;
}
.c-heading-block__access__items {
	display: flex;
	flex-wrap: wrap;
}
.c-access-text {
	align-items: center;
	margin-bottom: 8px;
}
.c-access-text__icon {
	text-align: center;
	min-width: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-access-text__text strong {
	font-size: 1.5em;
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
	color: #19284e;
}
@media(max-width: 768px){
	.c-access-text {
		width: 100%;
	}
	.c-access-text__text {
		width: calc(100% - 40px);
		white-space: initial;
		line-height: 1.3;
		font-size: 12px;
	}
}

.is-fixed .c-floating-banner__button.is-icon-note {
	width: calc(50%);
}
.is-fixed .c-floating-banner__button.is-icon-tours {
	background: url(../dormy-nagoya-html/dist/assets/images/icon-tours.svg) no-repeat left calc(50% - 36px) top 11px /14px 17px;
	background-color: #7a60c1;
    font-size: 14px;
    padding-left: 20px;
	width: calc(127/369*100%);
	margin-right: 3px;
}
.c-floating-banner__button.is-icon-tours:after{

    
}