	
@charset "utf-8";
/*
theme Name: BEACHSIDEFESTA2025
Author: GM-DESIGN
Description: Custome Order Template
version: 1.0.0
*/


#wpadminbar{
  display: none !important;
}
html{
  margin:0px !important;
  padding:0px !important;
}
:root{
  --background-basecolor:#ffffff;
  --accent-color: #00c4d3;
  --accent-color-op:#009fe8bd;
  --point-color: #fc5000;
  --header-height:100px;
  --font-base: 'Noto Sans JP', sans-serif;
  --over-width:calc(100vw - var(--scrollbar));
  --over-height:100vh;
  --over-width-per:100%;
  --over-height-pre:100%;
  --liner-max-width: 1800px;
  --liner-min-width:300px;
  --liner-middle-width:1200px;
  --liner-middlemax-width:1600px;
  --liner-medium-width:900px;
  --liner-mini-width:500px;
}


html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
  font-size: 100%;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: var(--font-base);
}
 
body {
  line-height: 1;
}
 /*基準を1rem=10pxに設定*/
html {
    font-size: 62.5%;
}

a{
  transition: all 1s 0s ease;
}
a:hover{
  opacity: 0.7;
}

.link_block{
  display:inline-block;
  width: 100%;
  height:100%;
  text-decoration: none;
}


/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
.font-size-S {
    font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.6rem);
}

/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.font-size-M {
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-size-L {
    font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}
 ul,li{
  list-style: none;

 }
nav ul {
  list-style: none;
}
 
blockquote,
q {
  quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
 
a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
 
ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}
 
mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}
 
del {
  text-decoration: line-through;
}
 
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
 
table {
  border-spacing: 0;
  border-collapse: collapse;
}
 
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/*origin*/
html {
  font-size: 16px;
}


 
body {
  font-family:  Noto Sans JP, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  margin: 0px;
  padding: 0px;
  /*SiteDefaultColor*/
  color: #202020;
  background: var(--background-basecolor);
  min-width: 300px;
  container-type: inline-size;
  overflow-wrap: break-word;
}
 

.category_btn{
  border:1px solid var(--accent-color);
  border-radius: 50px;
  padding: 10px 25px 15px;
  margin: 0 0 0 20px;
  cursor: pointer;
  width: 200px;
}
.icon_btn{
  border-radius: 50px;
  padding:5px 30px;
  border: 2px solid var(--accent-color);
}

.icon_btn:hover{
  cursor: pointer;
  color: #fff;
  background: #00adff;
}
.icon_btn:hover a{
  color: #fff;
}

.al_center{
  align-content: center;
}



.sans_font{
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.topFont{
  font-family: "avenir-next-lt-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.brush_font{
  font-family: brushberry-sans-one, sans-serif;
  font-style: normal;
  font-weight: 400;
}

span.rt {
    font-style: italic;
    font-size: 106%;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
 
img {
  max-width: 100%;
  height: auto;
}


.w-100vw{
  width: 100%;
}


.accent-font {
  color:var(--accent-color);
}


.text-center {
  text-align: center;
}
.text-margin{
  margin-top:1rem;
}


.liner{
    max-width:var(--liner-max-width);
    min-width:var(--liner-min-width);
    width: 95%;
}

.liner-max{
    max-width:var(--liner-middlemax-width);

}
.liner-middle{
  max-width: var(--liner-middle-width);
}
.liner-medium{
  max-width: var(--liner-medium-width);
}
.liner-mini{
  max-width: var(--liner-mini-width);
}

.margin-x-auto{
    margin-left: auto;
    margin-right: auto;
}

.p-y-space{
  padding-top:2%;
  padding-bottom:2%;
}
.display-inlineblock{
  display: inline-block;
}
.w-100{
  width:100%;
}

.flex{
  display: flex;
}
.flex-wrap-row{
  flex-direction: row;
}
.flex-wrap-column{
  flex-direction: column;
}


.reverse-flex {
  flex-direction: row-reverse;
}


.title-icon{
  margin-right: 10px;
}

.spacer-button{
  margin-top: 2rem;
}

.item-x-center{
  margin-left: auto;
  margin-right: auto;
}


.link_btn{
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    height: 40px;
    width:60%;
    max-width: 200px;
    font-size: 1rem;
    align-content: center;
    text-decoration: none;
    box-shadow: 0 0 10px 0 #d0d0d0;
}
.link_btn_basic{
    background: var(--accent-color);
    color: var(--background-basecolor);
}
.link_btn_point{
    background: var(--point-color);
    color: var(--background-basecolor);
}

.relative{
  position: relative;
}

.content-margin{
  margin-top: 6rem;
}


.w-100{
  width:100%;
}

.position_relative{
  position: relative;
}


/************SLIDE*********/

/* auto slider ベース設定 */
.js-auto-slider-wrap {
  overflow: hidden;
}
.js-auto-slider {
  display: flex;
}
.js-auto-slider-elm {
  overflow: hidden;
  position: relative;
	z-index: 1;
  flex-shrink: 0;
}
.js-auto-slider-img {
  position: absolute;
  top: 0;
  left: 0;
	right: -45%;
  bottom: 0;
}
.js-auto-slider-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


/* auto slider 表示エリア */
.js-auto-slider-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* auto slider スライド要素 */
.js-auto-slider-elm {
  height: 300px;
  width: 76vw;
  margin-right: 4.8vw;
  border-radius: 3.3vw;
}
@media only screen and (min-width: 768px) {
  .js-auto-slider-inner {
    width: 60vw;
  }
  .js-auto-slider-elm {
    height: 300px;
    width: 300px;
    margin-right: 5px;
    border-radius: 0.5vw;
  }
}

.p-1{
  padding:1rem;
}

.opacity_0{
  opacity:0;
}

#sineCanvas {
    /* width: 100%; */
}

.youtube_icon{
  color: #fc5000 !important;
}
.instagram{
  color: #fc31bf !important;
}





.flex-wrap{
  flex-wrap: wrap;
}

.flex_1{
  flex:1;
}
.flex_2{
  flex:2;
}
.flex_3{
  flex:3;
}



/**************************/
#error_404{
  min-height: 700px;
  .container-fluid{

    align-content: center;
    height:100%;
    min-height: 700px;
  }
}

