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

html {
	font-family: 'Noto Serif JP', serif;
	scroll-behavior: smooth;
}
li {
	list-style: none;
}

.font_t {
	font-family: 'Noto Serif JP', serif;
}
.font_b {
	font-weight: bold;
}
.visible-sp {
	display: none;
}
.visible-pc {
	display: block;
}
@media screen and (max-width: 768px) {
	.visible-sp {
		display: block;
	}
	.visible-pc {
		display: none;
	}
	.sp-button {
		border-radius: 0;
	}
}
/********************************
header
********************************/
header {
	/*max-height: 100px;*/
	flex-wrap: nowrap;
	z-index: 999;
	background-color: #fff9d5;
}
header .logo {
	margin-left: 30px;
	font-size: 30px;
}
header .header_menu ul {
	letter-spacing: -0.2em;
}
header .header_menu ul li {
	/*height: 100px;*/
	width: 110px;
	display: table-cell;
}
header .header_menu ul li a {
	color: #545454;
	padding: 15px 0;
	line-height: 25px;
	display: block;
	height: 100%;
}
header .header_menu ul li a img {
	width: 40%;
}
header .header_menu ul p {
	/*border-right: 1px solid #fff;*/
	font-size: 15px;
}
/*header .header_menu ul li:nth-last-of-type(1) p {
	border: none;
}
header .header_menu ul li a p span {
	font-size: 14px;
}*/
.btn_box {
	width: 80px;
}
.btn_box .openbtn {
	position: relative;
	cursor: pointer;
	width: 35px;
	height: 30px;
	left: 20px;
}

.btn_box .openbtn span {
	display: inline-block;
	/*transition: all .1s;*/
	position: absolute;
	height: 2px;
	background: #fff;
	width: 100%;
}
.btn_box .openbtn span:nth-of-type(1) {
	top: 10px;	
}

.btn_box .openbtn span:nth-of-type(2) {
	top: 20px;
}

.btn_box .openbtn span:nth-of-type(3) {
	top: 30px;
}
.btn_box .openbtn.active span:nth-of-type(1) {
	top: 15px;
	left: 20px;
	transform: translateY(6px) rotate(-45deg);
	width: 95%;
}
 .btn_box .openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.btn_box .openbtn.active span:nth-of-type(3) {
	top: 27px;
	left: 20px;
	transform: translateY(-6px) rotate(45deg);
	width: 95%;
}
@media screen and (max-width: 767px) {
	.btn_box .openbtn {
		left: 13px;
		margin-top: 3px;
	}
	.btn_box .openbtn span {
		left: 0;
	}
	.btn_box .openbtn.active span:nth-of-type(1) {
		left: 0;
	}
	.btn_box .openbtn.active span:nth-of-type(3) {
		left: 0;
	}
}

@media screen and (max-width: 767px) {
	header {
		display: block;
	}
	header .logo {
		margin: 0 auto;
		padding-top: 5px;
		width: 35%;
		font-size: 18px;
		text-align: center;
	}
	header .header_menu ul li {
		/*height: 60px;*/
		width: calc(100% / 5);
	}
	header .header_menu ul li a {
		line-height: 15px;
		font-size: 16px;
		padding: 5px 0;
	}
	header .header_menu ul li a img {
		width: 35%;
		padding-bottom: 5px;
	}
	header .header_menu ul {
		letter-spacing: 0;
		/*width: 180px;*/
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	header .header_menu ul li a p  {
		font-size: 12px;
	}
	#g-nav-list {
		padding-top: 50px;
	}
}
/********************************
main
********************************/
.warp {
	max-width: 1024px;
	margin: 0 auto;
}
#content .hotel_data {
	text-align: center;
	font-size: 26px;
	margin: 40px 0 60px;
	padding: 15px 0;
	border-bottom: 7px double #b4b4b4;
	border-top: 7px double #b4b4b4;
	border-color: -webkit-#000 !important;
	-webkit-appearance: none;
}
#content .hotel_data h1 {
	font-size: 36px;
}
#content .top_slide .sp-arrows .sp-arrow {
	background-repeat: no-repeat;
	background-size: 30px;
	width: 40px;
	height: 50px;
}
.sp-buttons {
	padding-top: 5px;
}
#content .top_slide .sp-button {
	width: 25px;
	height: 2px;
	background-color: #c2c2c2;
}
#content .top_slide .sp-selected-button {
	background-color: #8b0000;
}
.warp .inner .text_area {
	background-color: #ecd08b;
	color: #000;
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
}
.warp .inner .text_area p:first-of-type {
	padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
	#content .hotel_data {
		font-size: 16px;
		margin: 20px 0 30px;
		border-bottom: 5px double #b4b4b4;
		border-top: 5px double #b4b4b4;
	}
	#content .hotel_data h1 {
		font-size: 21px
	}
	.warp .inner .text_area {
		font-size: 13px;
	}
	#content .top_concept {
		padding-bottom: 30px;
	}
}

.info_container {
	width: 100%;
	padding-bottom: 60px;
}
.info_container .info_box {
	display: flex;
	margin-bottom: 30px;
	justify-content: space-between;
}
.info_container .info_box:last-of-type {
	margin-bottom: 0;
}
.info_container .info_box.row_r {
	flex-direction: row-reverse;
}
.info_container .info_box .info_slider {
	width: 45%;
}

.info_container .info_box .info_text_area .p_l {
	padding-left: 15px;
}
.info_container .info_box .info_text_area .p_r {
	padding-right: 15px;
}
.info_container .info_box .info_text_area dt {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 20px;
}
.info_container .info_box .info_text_area dd {
	font-size: 18px;
	padding-bottom: 10px;
}
.info_container .info_box .info_text_area dd:last-of-type {
	padding-bottom: 0;
}
#content .hotel_concept {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
#content .hotel_concept .text_area {
	background-color: #626262;
	/*max-width: 1024px;*/
	margin: 0 auto;
	padding: 25px 8px;
}
#content .hotel_concept .text_area h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
#content .hotel_concept .text_area p {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}
#content .hotel_concept .text_area p img {
	height: 100%;
	margin-right: 10px;
}
#content .hotel_concept .icon_area {
	max-width: 1024px;
	margin: 0 auto;
}
#content .hotel_concept .icon_area .icon_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
#content .hotel_concept .icon_area .icon_inner .icon_box {
	width: 40%;
	padding: 15px 30px;
	margin: 15px;
	background-color: #F8F5F2;
}
.icon_area .icon_inner .icon_box h4 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
.icon_area .icon_inner .icon_box img {
	width: 60%;
	margin-bottom: 15px;
}
.icon_area .icon_inner .icon_box p {
	font-size: 18px;	
}

.midashi_box {
	max-width: 1004px;
	margin: 0 auto 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #b4b4b4;
	line-height: 1;
}
.midashi_box .midashi1 {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.midashi_box .midashi1 span {
	font-size: 36px;
	color: #000;
}
.midashi_box .midashi1 img {
	width: 100px;
	margin-right: 10px;
}

.menu {
	padding-bottom: 60px;
}
.menu_b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu_b li {
	width: calc(100% / 2 - 10px);
	margin-bottom: 20px;
}
.menu_b li:first-of-type {
	width: 100%;
}
@media screen and (max-width: 767px) {
	#content .hotel_concept .text_area {
		padding: 10px 0;
	}
	#content .hotel_concept .text_area h2 {
		font-size: 17px;
	}
	#content .hotel_concept .text_area p {
		font-size: 18px;
	}
	#content .hotel_concept .text_area p img {
		height: 70%;
	}
	.midashi_box {
		padding: 10px 0;
		margin-bottom: 15px;
	}
	.midashi_box .midashi1 span {
		font-size: 22px;
	}
	.midashi_box .midashi1 img {
		width: 60px;
	}
	#content .hotel_concept .icon_area .icon_inner {
		justify-content: space-between;
		width: 95%;
		margin: 15px auto 30px;
	}
	#content .hotel_concept .icon_area .icon_inner .icon_box {
		width: 48%;
		padding: 15px 5px;
		margin: 0 0 15px;
	}
	.icon_area .icon_inner .icon_box h4 {
		font-size: 13px;
	}
	.icon_area .icon_inner .icon_box img {
		width: 40%;
	}
	.icon_area .icon_inner .icon_box p {
		font-size: 11px;
	}
	.info_container {
		padding: 0 0 30px;
	}
	.info_container .info_box .info_text_area {
		padding-top: 3px;
	}
	.info_container .info_box .info_text_area dt {
		font-size: 16px;
		padding-bottom: 5px;
	}
	.info_container .info_box .info_text_area dd {
		font-size: 12px;
		padding-bottom: 10px;
	}
	.info_container .info_box .info_text_area .p_l {
		padding-left: 10px;
	}
	.menu {
		padding-bottom: 30px;
	}
	.menu_b li {
		width: calc(100% / 2 - 5px);
		margin-bottom: 10px;
	}
}
/********************************
Price
********************************/
.m_b {
	margin-bottom: 30px;
}

.menu_btn ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	flex-wrap: wrap;
}
.menu_btn ul li {
	width: calc(100% / 2 - 5px);
	/*background-color: #626262;*/
	margin-bottom: 10px;
	text-align: center;
	list-style: none;
	font-size: 22px;
	position: relative;
	overflow: hidden;
}
.menu_btn ul li a {
	color: #fff;
	display: list-item;
	padding: 10px;
	background-color: #8b0000;
}
.menu-list,
.menu_btn {
	max-width: 1004px;
	margin: 0 auto;
	list-style: none;
	color: #000;
}
.menu_btn ul li {
	width: calc(100% / 2 - 5px);
	/*background-color: #626262;*/
	text-align: center;
	list-style: none;
	font-size: 22px;
	position: relative;
	overflow: hidden;
}
.menu_btn ul li a {
	color: #000;
	display: list-item;
	padding: 10px;
	background-color: #ffe3ce;
}
.menu-list,
.menu_btn {
	max-width: 1004px;
	margin: 0 auto;
	list-style: none;
	color: #000;
}
.menu-list {
	padding-bottom: 60px;
}
.menu-list ul>li {
	margin-top: 2px;
	list-style: none;
}
.menu-list ul li:last-of-type {
	margin-bottom: 0;
}
.menu-list .cp_tab li {
	width: calc(100% / 2 - 1px);
}
.menu-list h3 {
	background-color: #ffe3ce;
	text-align: center;
	padding: 20px;
	font-size: 24px;
	color: #000;
}
.menu-list table {
	width: 100%;
	color: #000;
}
.menu-list table tr {
	background-color: #fff9d5;
	border-bottom: 1px solid #393939;
}
.menu-list table tr:last-of-type {
	border-bottom: none;
}
.menu-list table td {
	padding: 10px;
	font-size: 18px;
	vertical-align: middle;
	color: #545454;
}
.menu-list table td:last-of-type {
	text-align: right;
}
.menu-list .menu_item {
	text-align: center;
	padding: 20px;
	background-color: #ffcb00;
	color: #000;
	font-size: 18px;
}

/*tabの形状*/
.tab{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab li a{
	display: block;
	background:#fdede4;
	padding:10px 20px;
	font-size: 20px;
	text-align: center;
	color: #000;
}

.tab li.active a{
	background:#fff9d5;
	color: #545454;
}

.area {
	display: none;
	opacity: 0;
	background: #fff;
}

.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	.sab_title {
		max-width: 100%;
	}
	.menu-list h3 {
		padding: 8px;
		font-size: 16px;
	}
	.sab_title p {
		font-size: 10px;
	}
	.menu-list .menu_item {
		padding: 8px;
		font-size: 18px;
	}
	.menu-list {
		width: 100%;
	}
	.menu-list {
		padding-bottom: 30px;
	}
	.menu_btn ul li {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.menu_btn ul li:last-of-type {
		margin-bottom: 0;
	}
	.menu-list ul li {
		margin-top: 2px;
	}
	.menu-list table td {
		font-size: 13px;
	}
	.tab li a {
		font-size: 14px;
	}
	.price {
		width: 100%;
		margin-bottom: 15px;
	}
	.m_b {
		margin-bottom: 15px;
	}
}

/********************************
room
********************************/
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.gallery_box {
	max-width: 1004px;
	margin: 0 auto 30px;
	text-align: center;
	color: #000;
}
.gallery_box:last-of-type {
	margin-bottom: 0;
}
.choice-btn_1 li,
.choice-btn_2 li,
.choice-btn_3 li,
.choice-btn_5 li {
	padding: 0 10px;
}
.gallery_box p {
	padding: 5px 0;
	color: #545454;
}
.gallery{
	margin:0 0 5px 0;
}
.gallery li{
list-style:none;
}
.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
list-style:none;
}
.choice-btn li img{
	opacity: 0.4;
}

.choice-btn li.slick-current img{
	opacity: 1;
}
.lightbox .lb-image {
	border: none;
}
.lb-data .lb-number {
	display: none;
}
#pr_room {
	padding-bottom: 60px;
}
#pr_room .gallery_box h3 {
	background-color: #ffe3ce;
	text-align: center;
	padding: 20px;
	font-size: 24px;
	color: #000;
}
#content .top_hairstyle .garally ul li {
	display: block;
}
#pr_room .sab_title {
	background-color: #fff9d5;
	max-width: 1004px;
	padding: 10px;
	margin: 0 auto 15px;
	color: #000;
}
#pr_room .sab_title p {
	font-size: 18px;
	text-align: center;
}
#pr_room .sab_title p:first-of-type {
	margin-bottom: 5px;
}
.midashi_box .room img {
	width: 60px;
}
#pr_room .menu-list .sab_title {
	color: #fff;
	font-size: 16px;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
#pr_room .menu-list .sab_title p {
	text-align: right;
	color: #545454;
}

@media screen and (max-width: 767px) {
	#content .top_hairstyle .garally ul li {
		width: 50%;
		height: 100%;
	}
	#pr_room {
		
		padding-bottom: 30px;
	}
	#pr_room .sab_title {
		margin: 0 0 15px;
		padding: 9px;
	}
	#pr_room .sab_title p {
		font-size: 14px;
		text-align: center;
	}
	.lb-outerContainer {
		margin-top: 150px;
	}
	.gallery_box {
		margin-bottom: 15px;
	}
	.midashi_box .room img {
		width: 40px;
	}
	#pr_room .gallery_box h3 {
		padding: 8px;
    	font-size: 16px;
	}
	.choice-btn_1 li, .choice-btn_2 li, .choice-btn_3 li {
		padding: 0 5px;
	}
	#content .top_shop dl dd {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 766px) {
	.lb-outerContainer {
		margin-top: 130px;
	}
}
/********************************
service
********************************/
#service {
	padding-bottom: 60px;
}
.service_box {
	/*margin: 20px auto 40px;
	max-width: 1004px;*/
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.service_box h3 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 10px;
}
.swiper-container {
	position: relative;
}
.swiper-pagination {
	position: unset;
}
.swiper-button-next, .swiper-button-prev {
	color: #ffe3ce;
}
.swiper-pagination-bullet {
	width: 25px;
	height: 2px;
	margin: 0 5px;
	background-color: #c2c2c2;
	opacity: 1;
	border-radius: 0;
}
.swiper-pagination-bullet-active {
	background: #ff8400;
}

.modaal-image .modaal-container {
	max-width: 50%;
}
.modaal-gallery-label {
	margin-top: 5px;
	z-index: 9999;
}

.service_info_box {
	background-color: #D9CFC5;
	color: #000;
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}
.service_info_box .info_item {
	margin: 0 20px;
	padding: 20px 0;
	border-bottom: 1px solid #ab9681;
}
.service_info_box .info_item h4 {
	color: #CC6B00;
	font-weight: bold;
}
@media only screen and (max-height: 820px){
	.modaal-gallery-label {
		display: block;
	}
}

.swiper-slide p {
    margin: 10px 0;
    text-align: center;
}

.service_slide_trimming {
    width: 100%;
    max-height: 418px;
    object-fit: cover;
    object-position: top;
}

.position-service5 {
	object-view-box: inset(72px 15px 0px 15px);
}

@media screen and (max-width: 767px) {
	#service {
		padding-bottom: 30px;
	}
	.service_box h3 {
		font-size: 13px;
	}
	.modaal-image .modaal-container {
		max-width: 100%;
	}
	.service_info_box {
		font-size: 10px;
	}
	.service_info_box .info_item {
		margin: 0 15px;
		padding: 15px 0;
	}
	.service_slide_trimming {
    width: 100%;
    max-height: 210px;
    }
    .position-service5 {
    object-view-box: inset(50px 15px 0px 15px);
    }
}



/********************************
access
********************************/
.access_img {
	padding-bottom: 30px;
}
.txt_copy {
    width: 400px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}
.txt_copy .button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
}
.access_text {
	color: #ffa9a9;
}
.payment_logo {
	display: flex;
	max-width: 400px;
}
.payment_logo li {
	padding: 5px;
}
.payment_logo img {
	border-radius: 5px;
}
.map_btn {
	max-width: 1004px;
	margin: 0 auto;
}
.map_btn ul {
	display: flex;
	justify-content: space-between;
}
.map_btn ul li {
	width: calc(100% / 2 - 10px);
	text-align: center;
	background-color: #ffeea9;
	margin-bottom: 20px;
}
.map_btn ul li a {
	display: block;
	padding: 20px;
	color: #434343;
	font-size: 20px;
} 

.usable-icon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}
.usable-icon li {
	width: 8%;
}
.traffic-icon {
	width: 60%;
}


@media screen and (max-width: 767px) {
	.access_img {
		padding-bottom: 15px;
	}	
	.menu_btn {
		width: 100%;
	}
	.menu-list {
		padding-bottom: 30px;
	}
	.menu_btn ul li {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.menu_btn ul li:last-of-type {
		margin-bottom: 0;
	}
	.map_btn ul li {
		width: calc(100% / 2 - 7.5px);
		margin-bottom: 15px;
	}
	.map_btn ul li a {
		font-size: 11px;
		padding: 10px;
	}
	.usable-icon {
	gap: 0;
	}
	.usable-icon li {
	width: 14%;
	}
}
/********************************
coupon
********************************/
#pr_coupon .sab_title {
	width: 100%;
	background-color: #fff9d5;
	padding: 10px;
	text-align: center;
	margin-bottom: 50px;
}
#pr_coupon .sab_title p {
	font-size: 18px;
	color: #000;
}
#pr_coupon .sab_title p.title {
	padding-bottom: 10px;
	font-size: 25px;
	font-weight: bold;
	color: #f00;
}
#pr_coupon .sab_title span {
	color: #e00000;
}
#content .top_coupon .coupon_area {
	max-width: 1024px;
}
#content .top_coupon .coupon_area .coupon_set {
	margin: 0 auto;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item {
	width: 100%;
	margin-bottom: 30px;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item:last-of-type {
	margin-bottom: 0;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .content img {
	width: 100%;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .content {
	margin-bottom: 0;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .open {
	width: 100%;
	background-color: #ffe3ce;
	color: #000;
	padding: 7px 10px;
	font-size: 22px;
	font-weight: 100;
}
/*#content .top_coupon .coupon_area .coupon_set .coupon_item .open:after {
	border: none;
}*/

#content .top_coupon .coupon_area .coupon1 {
	width: 100%;
	padding-bottom: 60px;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .modal h4 {
	background-color: #ecd08b;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .close {
	background-color: #ecd08b;
}
#open01,#open02,#open03,#open04,#open05 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 999;
}
/*@media (max-width: 767px) {
	#open01,#open02,#open03,#open04,#open05 {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
	}
}*/
.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.8;
	z-index: 9999;
}
.modal_window {
	width: 90%;
	max-width: 700px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: block;
	background: #fff;
	position: absolute;
	z-index: 9999;
}
@media (min-width: 767px) {
	.modal_window {
	}
}
.modal_window h2 {
	padding: 5px 10px;
    font-size: 1.5em;
    text-align: center;
    color: #000;
	background-color: #ecd08b;
}
.modal_window .mw_c {
	padding: 5px 10px;
    font-weight: bold;
    text-align: center;
    color: #000;
    background-color: #ffffff;
}
@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}

div#modal div:target {
	-webkit-animation-name: modalFadeIn; 
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
}
.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

.btn-flat span {
  position: relative;
}

.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%);
  transform: translateX(-98%);
  background: #AFABAB;
}

.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.coupon_btn {
	width: 300px;
	height: 50px;
	margin: 0 auto 30px;
	text-align: center;
	background-color: #ffe3ce;
}
.coupon_btn a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
}
.coupon_info {
	font-size: 25px;
	padding-top: 20px;
}
.cp-id_box {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
.cp-id_box tbody {
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: space-evenly;
	font-size: 28px;
	padding: 20px;
	background-color: #fff9d5;
}
@media screen and (max-width: 767px) {
	#pr_coupon .sab_title {
		margin-bottom: 30px;
	}
	#content .top_coupon .coupon_area .coupon1 {
		padding-bottom: 30px;
	}
	#content .top_coupon .coupon_area .coupon_set .coupon_item {
		margin-bottom: 15px;
	}
	#content .top_coupon .coupon_area .coupon_set .coupon_item .open {
		font-size: 14px;
	}
	#pr_coupon .sab_title {
		padding: 10px;
	}
	#pr_coupon .sab_title p {
		font-size: 14px;
	}
	.coupon_btn {
		width: 200px;
		height: 40px;
		margin-bottom: 20px;
	}
	.coupon_btn a {
		font-size: 14px;
	}
	.coupon_info {
		font-size: 12px;
		padding-top: 10px;
	}
	#pr_coupon .sab_title p.title {
		font-size: 16px;
		padding-bottom: 5px;
	}
	.cp-id_box {
		width: 100%;
	}
	.cp-id_box tbody {
		font-size: 18px;
	}
}
/********************************
movie
********************************/
.movie_box .inner {
	text-align: center;
}
.movie_box .text {
	font-size: 25px;
	margin-bottom: 10px;
}
.movie_box .movie {
	max-width: 1004px;
	height: 500px;
	margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
	.movie_box .movie {
		height: 250px;
		margin-bottom: 50px;
	}
	.movie_box .text {
		font-size: 15px;
	}
}

/********************************
insta
********************************/
.sns_btn {
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
}
.insta_btn{
	color: #FFF;
	border-radius: 7px;
	position: relative;
	display: inline-block;
	height: 55px;
	width: 190px;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
	text-decoration:none;
}

.insta_btn:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
	background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn .fa-instagram{
	font-size: 35px;
	position: relative;
	top: 4px;
}

.insta_btn span {
	display:inline-block;
	position: relative;
	transition: .5s
}

.insta_btn:hover span{
	-webkit-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	transform: rotateX(360deg);
}


.x_btn{
	color: #FFF;
	border-radius: 7px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	height: 55px;
	width: 190px;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	background: #000;
	overflow: hidden;
	text-decoration:none;
}

.x_btn:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.x_btn .fa-x-twitter{
	font-size: 35px;
	top: 4px;
	padding-right: 12px;
}

.x_btn span {
	display:inline-block;
	position: relative;
	transition: .5s
	vertical-align: top;
}

.x_btn:hover span{
}

.new_twitter .fa-x-twitter:before {
    content: '𝕏' !important;
    font-family: sans-serif !important;
}
.sns_btn ul {
    display: flex;
}

.sns_btn ul li {
width: calc(100% / 2);
    text-align: center;
    margin-bottom: 20px;
}

.x_follow {
padding-top: 16px;
}

.follow_text {

}

.m_top {
margin-top: 11px;
}

@media screen and (max-width: 639px) {
.sns_btn ul {
    display: block;
    }
.x_follow {
padding-top: 0;
}
.m_top {
margin-top: 0;
}

li {
margin: 0 auto;
}

}

/********************************
footer
********************************/
#content .top_shop dl dt {
	border: none;
	background-color: #F8F5F2;
}
#content .top_shop dl dt span {
	font-size: 25px;
	line-height: 1.3;
}
footer .footer_bottom ul {
	width: 100%;
	display: flex;
	justify-content: space-between
}
footer .footer_bottom ul li {
	background-color: #fff9d5;
	width: 100%;
}
footer .footer_bottom ul li a {
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0;
	font-size: 22px;
}
footer .footer_bottom ul li:nth-of-type(2) a {
	border: none;
}
footer .footer_bottom ul li a span img {
	height: 50px;
}
footer .pagetop {
	right: 10px;
}
.pagetop:hover {
	opacity: 0.5;
	transition: all 1s;
}
footer .footer_bottom .coupon {
	background-color: #ffe3ce;
}
footer .footer_bottom .coupon a {
	color: #000;
}
@media screen and (max-width: 767px) {
	footer .footer_bottom ul li a span {
		line-height: 1.3;
	}
	footer .footer_bottom ul li a span img {
		height: 100%;
		width: 30px;
	}
	footer .footer_bottom ul li a {
		font-size: 14px;
		padding: 10px 0;
		margin: 0;
	}
	#content .top_shop dl dd table {
		font-size: 13px;
	}
	#content .top_shop {
		padding-bottom: 20px;
	}
}
/*****************************
共通
*****************************/
.color1 {
	background-color: #d6387e;
}
.color2 {
	background-color: #de7d48;
}
.color3 {
	background-color: #fffff7;
}
.color4 {
	background-color: #1F4E79;
}
.color5 {
	background-color: #00c2cb;
}

