@charset "utf-8";

body {
    font-family: "Noto Serif JP", serif;
	font-size: 14px;
	line-height: 1.8;
	color: #212121;
}

a {
	text-decoration: none;
	color: #212121;
    transition: all .5s ease;
    margin: 0 auto;
    text-align: center;
}

/*
a {
  transition: all  0.5s ease;
}
*/
a:hover {
	/* opacity: .6; */
}


img{
    vertical-align: bottom;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}


li {
	list-style: none;
}


/* a:link {
	color: #212121;
} */

/* a:visited {
	color: #212121;
}

a:hover {
	color: #212121;
}

a:active {
	color: #212121;
} */

option{
  color:#000;
}
select{
  color:#000;
}
.pc {
		display: none;
}

.sp {
		display: block;
}

@media screen and (min-width: 640px) {
    .inner_under { 
        padding-bottom: 6rem;
    }
    .pc {
	display: none;
}

.sp {
	display: none !important;
}

}

/*layout*/


#wrapper {
  width: 100%;
  margin: 0 auto;
}

.inner {
    width: 93%;
	max-width: 1200px;
	margin: 0 auto;
    padding: 25px 0;
}

.inner_under {
    width: 93%;
	max-width: 1200px;
	margin:0 auto;
}

.inner_page {
	width: 93%;
    margin: 0 auto 50px auto;
    max-width: 1000px;
}


.maincol{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.contents {
    margin: 70px 0 40px;
}


@media screen and (min-width: 640px) {

.inner {

    padding: 50px 0 60px;
}

}


/*flex box*/

.flex_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

/*ボタン*/

.btn01 {
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.btn01 a {
    background: #212121;
    color: #FFF;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 20px;
    border-radius: 6px;
}



/*contents_header*/
.contents_header {
    padding: 3rem 0 1rem;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
}


.contents_header h1{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 2px;
}

.contents_header p.title{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 2px;
}

.contents_header p{
    font-size: 35px;
    line-height: 1.4;
}


@media screen and (min-width: 640px) {

.contents_header {
    padding: 70px 0;
}

    .contents_header h1{
    font-size: 16px;
}

.contents_header p.title{
    font-size: 16px;
}

.contents_header p{
    font-size: 46px;
}


}



/*bread crumb*/

.breadcrumb {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0;
  font-size: 14px;
}

.breadcrumb span {
  margin: 0 6px;
}

.breadcrumb span:first-child {
  margin: 0 6px 0 0;
}


/*title*/

  .cont_titile {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    padding: 0 0 25px;
    font-weight: normal;
    color:#000;
  }

  .cont_titile span {
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    padding: 0;
    display: block;
    font-weight: 200;
    color:#000;
    padding-bottom: 0.25rem;
  }

.cont_titile a {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    color:#000;
}

.cont_titile a img {
    width: 22px;
    height: auto;
    margin: 0 5px 0 -10px;
}

/*map*/

.ggmap {
  width:100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20%;
  padding-top: 40%;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 640px) {
.ggmap {
    padding-bottom: 25%;
    padding-top: 0%;
}
}


h2.cont_titile-sBanner {
    /* display: inline-block; */
    height: auto;
    background-position-x: center !important;
    background-position-y: center !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background: url(http://remed-cup.com/wp-content/uploads/2024/09/rr1.png);
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    text-align: center;
    margin: 0.8rem auto;
    font-weight: bold;
    font-size: 1.6rem !important;
    padding: 0 0 0 0;
    width: 90%;
    color: #fff;
    /* transform: skew(-15deg); */
    filter: drop-shadow(2px 4px 4px #636363);
    text-shadow: 1px 1px 1px black;
    padding: 2rem 0;
}


h2.cont_titile-sBanner span {
    padding: 2px 10px;
}

h2.cont_titile-gBanner {
    /* display: inline-block; */
    background: linear-gradient(0deg, #a3814f, #cc9713 30%, #FFCC70);
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    text-align: center;
    margin: 0.8rem auto;
    font-weight: bold;
    font-size: 1.6rem !important;
    padding: 0 0 0 0;
    width: 92%;
    color:#fff;
    transform: skew(-15deg);
    filter: drop-shadow(2px 4px 4px #636363);
}


h2.cont_titile-gBanner span {
    padding: 2px 10px;
}

h2.cont_titile-SlBanner {
    /* display: inline-block; */
    background: linear-gradient(0deg, #bababa, #a8a8a8 30%, #747474);
    text-align: center;
    margin: 0.8rem auto;
    font-weight: bold;
    font-size: 1.6rem !important;
    padding: 0 0 0 0;
    width: 92%;
    color:#fff;
    transform: skew(-15deg);
    filter: drop-shadow(2px 4px 4px #636363);
}


h2.cont_titile-SlBanner span {
    padding: 2px 10px;
}


h2.cont_titile-GeBanner {
    /* display: inline-block; */
    background: linear-gradient(0deg, #f2f2f2, #d2d2d2 30%, #bebebe);
    text-align: center;
    margin: 0.8rem auto;
    font-weight: bold;
    font-size: 1.6rem !important;
    padding: 0 0 0 0;
    width: 92%;
    transform: skew(-15deg);
    filter: drop-shadow(2px 4px 4px #636363);
}


h2.cont_titile-GeBanner span {
    padding: 2px 10px;
}

@media screen and (min-width: 980px) {

    h2.cont_titile-gBanner {
        /* display: inline-block; */
        background: linear-gradient(0deg, #a3814f, #cc9713 30%, #FFCC70);
        /* -webkit-background-clip: text; */
        /* -webkit-text-fill-color: transparent; */
        text-align: center;
        margin: 0.8rem auto 2rem;
        font-weight: bold;
        font-size: 1.6rem !important;
        padding: 0.4rem 0;
        width: 88%;
        color:#fff;
        transform: skew(-15deg);
    }

    h2.cont_titile-sBanner {
        /* display: inline-block; */
        /* -webkit-background-clip: text; */
        /* -webkit-text-fill-color: transparent; */
        text-align: center;
        margin: 0.8rem auto 2rem;
        font-weight: bold;
        font-size: 1.8rem !important;
        padding: 2rem 0;
        width: 88%;
        color: #fff;
        /* transform: skew(-15deg); */
        background-size: 48% !important;
    }

    h2.cont_titile-SlBanner {
        /* display: inline-block; */
        background: linear-gradient(0deg, #bababa, #a8a8a8 30%, #747474);
        text-align: center;
        margin: 0.8rem auto 2rem;
        font-weight: bold;
        font-size: 1.6rem !important;
        padding: 0.4rem 0;
        width: 88%;
        color:#fff;
        transform: skew(-15deg);
    } 

    h2.cont_titile-GeBanner {
        /* display: inline-block; */
        background: linear-gradient(0deg, #f2f2f2, #d2d2d2 30%, #bebebe);
        text-align: center;
        margin: 0.8rem auto 2rem;
        font-weight: bold;
        font-size: 1.6rem !important;
        padding: 0.4rem 0;
        width: 100%;
        transform: skew(-15deg);
    }

}

.sDummy {
    /* box-shadow: 1px 1px 3px #636363; */
}

.gDummy {
    box-shadow: 1px 1px 3px #636363;
}

.SlDummy {
    box-shadow: 1px 1px 3px #636363;
}





