@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
/*----------------------------------------------------
　不要なものを非表示
----------------------------------------------------*/
h5.dxv {
  display: none;
}
.column2R #sub {
display: none !important;
}
/*----------------------------------------------------
　5info → 5shopping にともなう調整
----------------------------------------------------*/
#seoContents {
display: none;
}
.leadSection {
display: none;
}
#feature.wideBgArea {
height: auto;
position: static;
margin: 0;
overflow: unset;
}
/*----------------------------------------------------
　ページ基本設定
----------------------------------------------------*/
#container {
width: 100% !important;
margin: 0 auto;
padding: 0;
}
.column2R #main {
float: none;
width: auto;
}
.mainContents {
    font-family: 'Noto Sans JP', sans-serif;
    color: #1b1c1e;
    background-color: #fff;
    margin-bottom: 20px;
}
.mainContents *, .mainContents *:before, .mainContents *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wideBgArea {
width: 100vw;
}
.bgNavy {
background: #073c54;
color: #fff;
}
.boxShadow {
box-shadow: 2px 2px 2px 0px #ccc;
}
.dropShadow {
filter: drop-shadow(0 0 4px #161616);
}
.textShadow {
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.center {
text-align: center;
}
.lsPlus {
letter-spacing: 1px;
}
.lsMinus {
letter-spacing: -1px;
}
.pcOnly {
display: block;
}
.spOnly {
display: none;
}
.pb60 {
padding-bottom: 60px;
}
@media screen and (max-width:479px) {
.mainContents {
  overflow: hidden;
}
.lsPlus {
  letter-spacing: 0;
}
.lsMinus {
  letter-spacing: 0;
}
.pcOnly {
  display: none !important;
}
.spOnly {
  display: block !important;
}
.pb60 {
  padding-bottom: 0;
}
}
/*-------------------------------------
　パンくず
---------------------------------------*/
.breadCrumb {
width: 1050px;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width:479px) {
.breadCrumb {
  width: 100%;
}
}
/*-------------------------------------
　基本セクション
---------------------------------------*/
#lp_page img.ttl_img {
    margin: 0 auto 20px;
    display: block;
}
#lp_page h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 40px;
}
#lp_page h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    font-style: italic;
    width: 485px;
    margin: 0 auto 1rem;
	background: linear-gradient(transparent 60%, #fed900 60%);
}
section {
    width: 100%;
}
.section_inner {
    width: 1050px;
    margin: 0 auto;
	padding: 120px 0;
}

@media screen and (max-width:479px) {
section {
	margin: auto;
    padding: 0;
    width: 100%;
}
.section_inner {
    width: 96%;
	padding: 60px 0;
}
#lp_page {
    width: auto;
}
#lp_page img.ttl_img {
    max-width: 50vw;
}
#lp_page h2 {
    font-size: 6.5vw;
}
#lp_page h3 {
    font-size: 5.4vw;
	width: auto;
}
}

/*-------------------------------------
　メインビジュアル
---------------------------------------*/
.mainVisual {
  
}

@media screen and (max-width: 479px){

}


/*-------------------------------------
　コンテンツ
---------------------------------------*/
#about>.inner {
    padding-top: 20px;
}
#about {
	background-image: url(../../create/img/galleria_ibis_feature/about_bg01.png), url(../../create/img/galleria_ibis_feature/about_bg02.png);
    background-repeat: no-repeat;
	background-position: top -5vw left, bottom -5vw right;
}
#about h2 {
    text-align: center;
}
#about p {
    text-align: center;
    color: #1b1c1e;
    line-height: 2;
	font-size: 20px;
}
.ibis_logo {
    max-width: 970px;
    display: block;
    margin: 60px auto;
}
.accordion {
margin: 3em auto;
max-width: 970px;
}
.toggle {
display: none;
}
.accordion-option {
position: relative;
margin-bottom: 1em;
}
.accordion-title,
.accordion-content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: 
	border-top .3s ease-out,
	padding-top .3s ease-out,
	padding-bottom .3s ease-out;
}
.accordion-title {
    padding: 10px;
    display: block;
    color: #fff;
    font-weight: bold;
    background: #1ad4e5;
    font-size: 34px;
    text-align: center;
    border-radius: 20px;
    width: 600px;
    margin: 0 auto;
	position: relative;
    z-index: 1;
}
.accordion-title:hover {
    cursor: pointer;
}
span.toggle_btn {
    position: absolute;
    top: 50%;
    right: 128px;
    transform: translateY(-50%);
    background: #fff;
    display: block;
    width: 38px;
    height: 38px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
}
span.toggle_btn::after,
span.toggle_btn::before {
content: "";
position: absolute;
right: 16px;
top: 6px;
width: 5px;
height: 0.75em;
background-color: #1ad4e5;
transition: all 0.3s;
}
span.toggle_btn::after {
transform: rotate(90deg);
}
.accordion-content {
max-height: 0;
overflow: hidden;
}
.accordion-content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.toggle:checked + .accordion-title + .accordion-content {
    max-height: 700px;
    transition: all 0.3s;
    padding: 60px 25px 20px 50px;
    border: 2px solid #1ad4e5;
    border-radius: 20px;
	margin-top: -40px;
	background: #fff;
	transition: 
	border-top .3s ease-out,
	padding-top .3s ease-out,
	padding-bottom .3s ease-out;
}
.toggle:checked + .accordion-title span.toggle_btn::before {
    transform: rotate(90deg) !important;
}
.inspection-list {
    display: flex;
}
ul.inspection {
    list-style-type: none;
	width: 100%;
}
ul.inspection li {
    position: relative;
    font-size: 16px;
    color: #1b1c1e;
    line-height: 2;
}
ul.inspection li::after {
    content: '';
    display: block;
    position: absolute;
    top: .8em;
    left: -1.5em;
    width: 10px;
    height: 5px;
    border-left: 2px solid #1ad4e5;
    border-bottom: 2px solid #1ad4e5;
    transform: rotate(-45deg);
}
#about p.accordion-content--note {
    color: #1ad4e5;
    font-size: 16px;
	padding: 30px 20px;
}

@media screen and (max-width: 479px){
#about {
    background-image: url(../../create/img/galleria_ibis_feature/about_bg01.png), url(../../create/img/galleria_ibis_feature/about_bg02.png);
    background-repeat: no-repeat;
	background-position: top -20vw left, bottom -20vw right;
    background-size: contain;
}
#about>.inner {
    text-align: center;
    width: 96%;
    box-sizing: border-box;
	padding-top: 15vw;
}
#about h2 {
    font-size: 6.5vw;
}
#about p {
    font-size: 3.4vw;
}
#about img.ibis_logo {
    max-width: 70vw;
    display: block;
    margin: 30px auto;
}
.accordion-title {
    font-size: 5.5vw;
    width: auto;
}
span.toggle_btn {
    right: 40px;
	width: 34px;
	height: 34px;
}
span.toggle_btn::after, span.toggle_btn::before {
    top: 10px;
	right: 14px;
}
.inspection-list {
    flex-direction: column;
}
ul.inspection {
    text-align: left;
}
.toggle:checked + .accordion-title + .accordion-content {
    max-height: 100%;
	padding: 60px 20px 20px 40px;
}
ul.inspection li {
    font-size: 3.4vw;
}
#about p.accordion-content--note {
    font-size: 3vw;
    text-align: left;
    padding: 20px 0 0;
    margin-left: -20px;
}
}
#benefit {
    background: url(../../create/img/ibispaint/benefit_bg.webp) no-repeat center center /cover;
}
#benefit .img_box {
    width: 100%;
    max-width: 634px;
    margin: 0 auto 0;
    padding: 0 20px;
    box-sizing: border-box;
}
#benefit .img_box figcaption {
    font-size: 18px;
    text-align: center;
    margin: 10px 0 0;
}
#benefit .img_box figcaption .sp {
    display: none;
}
@media screen and (max-width: 479px) {
    #benefit .img_box figcaption .sp {
        display: block;
    }
}
#lineup{
	background-image: url(../../create/img/galleria_ibis/lineup_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
}
#lineup ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 60px 40px;
  gap: 60px 30px;
}
#lineup ul li {
    width: 470px;
    padding: 30px;
    background: rgb(255 255 255 / 70%);
    border-radius: 20px;
	position: relative;
}
.notettl_img, 
.deskttl_img {
	position: absolute;
	top: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#lineup ul li p.tit {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
	padding: 30px 0;
	letter-spacing: 1.2px;
}
#lineup ul li p.modelimg {
	background-image: url(../../create/img/galleria_ibis/lineup_model_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
	position: relative;
}
#lineup ul li img.modelpic {
    position: relative;
    z-index: 2;
    padding: 16px 50px;
    max-height: 300px;
    width: auto;
}
#lp_page img.wifi_bt_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	width: 144px;
}
#lineup ul li p.sub_t {
    font-size: 20px;
    letter-spacing: 1.4px;
    font-weight: bold;
    margin-bottom: 10px;
}
#lineup ul li a.btn {
    width: 260px;
    font-size: 20px;
    display: block;
    margin: 0 auto 20px;
    padding: 14px 0;
    letter-spacing: 2px;
    background: #1ad4e5;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
	color: #fff;
    text-decoration: none;
}
#lineup ul li a.btn::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -168%;
    width: 150%;
    height: 100%;
    -webkit-transform: skewX(-18deg);
            transform: skewX(-18deg);
    background-color: #fff;
    content: '';
    opacity: 0.3;
}
.c-button--over:before {
  -webkit-animation: c-button-animation-over ease-out .4s both;
          animation: c-button-animation-over ease-out .4s both;
}
.c-button--out:before {
  -webkit-animation: c-button-animation-out ease-in .4s both;
          animation: c-button-animation-out ease-in .4s both;
}
@-webkit-keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}

@keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}

@-webkit-keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}

@keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}

#lineup ul li p.spec {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    line-height: 2rem;
}
#lineup ul li p.price {
    color: #ff3600;
    font-size: 42px;
    font-weight: bold;
    text-decoration: none;
    margin: 20px 0;
    font-style: italic;
}
#lineup ul li p.price .kara{
    font-size: 24px;
    letter-spacing: 0px;
}
#lineup ul li p.price .tax{
  font-size: 50%;
  letter-spacing: 0px;
}

@media screen and (max-width: 479px){
#lineup {
    padding: 4vw 0 0;
}
#lineup ul {
    padding: 0 4vw;
	justify-content: center;
    gap: 0px 30px;
}
#lineup ul li {
    width: 100%;
    margin-top: 40px;
    padding: 4vw;
}
#lineup ul li:nth-child(n+2) {
    margin-top: 60px;
}
#lp_page img.notettl_img, #lp_page img.deskttl_img {
    max-width: 50vw;
    top: -20px;
}
#lp_page img.wifi_bt_img {
    width: 33vw;
}
#lineup ul li p.sub_t {
    font-size: 1.4em;
    letter-spacing: .6px;
    margin-bottom: 10px;
}
#lineup ul li p.tit {
    font-size: 1.3em;
    letter-spacing: 1.6px;
}
#lineup ul li p.spec {
    font-size: 1.1em;
}
#lineup ul li a.btn {
    display: block;
    width: 60vw;
    font-size: 16px;
    letter-spacing: 2px;
}
}

#makers_voice{
	background-image: url(../../create/img/galleria_ibis/makers_voice_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.makers_voice_Box {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
img.makers_img {
    width: 180px;
}
.makers_voice__imgarea p {
    font-size: 18px;
}
.makers_voice___txtarea {
    width: 74%;
    font-size: 16px;
	line-height: 1.8;
}

@media screen and (max-width: 479px){
#makers_voice {
    background-image: url(../../create/img/galleria_ibis/makers_voice_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 60px 0;
}
#lp_page #makers_voice img.ttl_img {
    max-width: 80vw;
}
.makers_voice_Box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#makers_voice .toggle:checked + .accordion-title + .accordion-content {
    padding: 50px 20px 20px;
}
#makers_voice .accordion-content p {
    font-size: 3.6vw;
	line-height: 1.8;
}
}

#introduce{
	background-image: url(../../create/img/galleria_ibis/introduce_ibis_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;
	padding: 120px 0;
}
.areaBox {
    width: 100%;
	border: 2px solid #fff;
	border-radius: 20px;
	position: relative;
}
#lp_page #introduce img.ttl_img {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.areaBoxinner {
    background: #fff;
    padding: 10px 10px 50px;
    margin: 10px;
	border-radius: 20px;
}
#lp_page #introduce h2 {
    padding-top: 80px;
}
.areaBoxTxt {
    text-align: center;
    color: #1b1c1e;
    line-height: 2;
    font-size: 20px;
}
.link_area {
	display: table;
	margin: 0 auto;
}
#container .link_txt {
	font-size: 20px;
	color: #76af05;
	font-weight: bold;
	line-height: 2;
}
#container .link_txt a {
    color: #76af05;
    text-decoration: none;
    border-bottom: 1px solid #76af05;
    padding-bottom: 2px;
}
.link_txt a:hover {
    border-bottom: none;
}

@media screen and (max-width: 479px){
#introduce {
    background-image: url(../../create/img/galleria_ibis/introduce_ibis_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    padding: 60px 0 0;
}
#introduce .section_inner {
    padding: 60px 0 0;
}
#lp_page #introduce img.ttl_img {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    max-width: 80vw;
}
#lp_page #introduce h2 {
    padding-top: 40px;
    font-size: 6vw;
    margin-bottom: 20px;
}
.areaBoxinner {
    padding: 10px 20px 50px;
}
.areaBoxTxt {
    font-size: 3.6vw;
}
#introduce img.ibis_logo {
    margin: 30px auto;
}
.link_txt {
    font-size: 3.6vw;
}
.mt20 {
    margin-top: 20px;
}
}
/* search
____________________*/
.search .pc {
    display: block;
}
.search .sp {
    display: none;
}
.contents--search {
	position: relative;
}
.section_inner.search {
    padding-block-start: 60px;
    padding-block-end: 0;
}
.h2--ttl--block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 16px;
}
.h2--ttl--block .h2--ttl--icon {
	flex: none;
    margin: 0;
}
.h2--ttl--block .h2--ttl {
    color: var(--dp-color3);
    font-size: clamp(21px, 0.025rem + 4.61vw, 34px) !important;
    font-weight: 700 !important;
    line-height: 1.2;
    text-align: left !important;
    position: relative;
    margin-bottom: 0 !important;
    font-style: normal !important;
}
.h2--ttl--block .h2--ttl::before {
	content: "";
	display: block;
	color: #00A7B0;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1;
	margin-bottom: 0;
}
.search .h2--ttl--block .h2--ttl.search::before {
	content: "Search";
}
.search .search--list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 35px 45px;
	margin-top: 25px;
}
.search .search--list .search--list__card {
	width: calc((100% - 45px) / 2);
	color: var(--dp-color3);
	font-size: 15px;
	box-sizing: border-box;
}
.search .link__inner {
    position: relative;
	display: flex;
	align-items: center;
	padding-inline: clamp(25px,0.737rem + 2vw,40px);
	background: #fff;
	text-align: center;
	color: #333333 !important;
	text-decoration: none !important;
	letter-spacing: var(--cts-font-ls);
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
	border: 2px solid #00A7B0;
	width: 100%;

	border-radius: 80px;
	margin-top: 0;
	justify-content: flex-start;
	font-size: clamp(15px, 0.245rem + 1.91vw, 19px);
	color: var(--dp-color3);
	font-weight: 700;
	line-height: 1.5;
	padding-block: clamp(5px, 0.236rem + 1.38vw, 23px);
}

.search .link__inner.c-button--over {
	color: #fff !important;
}
.search .link__inner::before {
	position: absolute;
	content: "";
	width: 150%;
	height: 100%;
	top: 0;
	left: -168%;
	background: #00A7B0;
	transform: skewX(-18deg);
	/* opacity: .3; */
	z-index: -1;
}
.link__inner .dli-arrow-down {
	display: inline-block;
	vertical-align: middle;
	color: #00A7B0 !important; 
	line-height: 1;
	position: absolute;
	right: 25px;
	width: 2px;
	height: 16px;
	background: currentColor;
	transform: rotate(-135deg);
}
.link__inner .dli-arrow-down::before {
	content: '';
	width: 12px;
    height: 12px;
    border: 2px solid currentColor;
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
	transform-origin: bottom left;
	position: absolute;
	left: 50%;
	bottom: -2px;
	box-sizing: border-box;
}
.link__inner.c-button--over .dli-arrow-down {
	color: #fff !important;
}
.link--over::before {
	animation: link-over ease-out .4s both;
}
.link--out::before {
	animation: link-out ease-in .4s both;
}
@media screen and (max-width: 479px){
    .contents--search {
        margin: 0;
    }
    .contents--search #search {
        top: 0px;
    }
    .search .pc {
        display: none;
    }
    .search .sp {
        display: block;
    }
    .search .search--list {
        flex-direction: column;
        gap: 20px;
    }
    .search .search--list .search--list__card {
        width: 100%;
    }
    .search .search--list .search--list__card:nth-of-type(1) {
        order: 1;
    }
    .search .search--list .search--list__card:nth-of-type(2) {
        order: 3;
    }
    .search .search--list .search--list__card:nth-of-type(3) {
        order: 2;
    }
    .search .search--list .search--list__card:nth-of-type(4) {
        order: 4;
    }
    .search .link__inner {
        justify-content: center;
        min-height: 78px;
    }
}
/*---------------------------
　ページTOPへ
---------------------------*/
#pagetop {
display: none;
position: fixed;
bottom: 30px;
right: 55px;
}
#pagetop a {
color: #fff;
background-color: #333;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
display: block;
font-size: 12px;
line-height: 1.5em;
padding: 5px 10px;
text-align: center;
text-decoration: none;
}
.pagetop {
display: none;
}
/*---------------------------
　clearfix
---------------------------*/
.clearfix:after {
content: "."; /* 新しい要素を作る */
display: block; /* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
/*---------------------------
　サイドバナー
---------------------------*/
.sidebannerLeft, .sidebannerRight {
display: none!important;
}
/*---------------------------
　コピーライト
---------------------------*/
#copyright {
font-size: 10px;
padding: 20px 110px 0 0;
word-break: break-all;
}

/*---------------------------
　移動
---------------------------*/
.spon {
  display: none;
}
.pcon {
  display: block;
}
.campFreeTop {
  background: #DB3368;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
  width: 425px;
}
.campFreeBottom {
  background: #DB3368;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
  width: 425px;
}
.campFreeBottom span {
  font-size: 20px;
}
.kv__heading {
  margin-bottom: 40px;
}
.spOnly {
  display: none;
}
@media screen and (max-width: 479px){
  .pcon {
    display: block;
  }
  .spon {
    display: none;
  }
  .campFreeTop {
    font-size: 4.2vw;
    padding: 8px;
    text-align: left;
    width: fit-content;
  }
  .campFreeBottom {
    font-size: 4.4vw;
    width: 90%;
  }
  .campFreeBottom span {
    font-size: 4vw;
  }
  .spOnly {
    display: block;
  }
}
