@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

@font-face {
font-family: 'FOT-TsukuBRdGothicStd-E';
src: url('../font/FOT-TsukuBRdGothicStd-E.otf') format('opentype');
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
body, table, input, textarea, select, option {
    font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
a, a:link {
    color: #222;
    text-decoration: none;
}
a:visited {
    color: #222;
}
a:hover {
    color: #222;
    opacity: 0.7;
}
a:active {
    color: #222;
}

.f36 {
    font-size: 1.4em;
    line-height: 1.8;
}
.f80 {
    font-size: 2.8em;
    line-height:1.5;
}
.pb10 {
    padding-bottom: 10px;
}
.pb20 {
    padding-bottom: 20px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.t-pink {
    color: #ff6e94;
}
@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
    .pc {
        display: none !important;
    }
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    color: #333;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
    letter-spacing: 0;
    width: 750px;
    margin: 0 auto;
}
#container {
    text-align: left;
}
#main {
    display: block;
}
.bnr {
    margin: 40px 40px 20px 40px;
}
.bnr img {
    padding-bottom: 20px;
}
.bnr p {
    font-size: 0.9em;
    line-height: 2.2em;
}
.bnr p span {
    border: 1px solid #333;
    padding: 0px 4px 2px 2px;
    margin-right: 5px;
}
.des {
    padding-top: 60px;
    text-align: center;
    font-size: 1.4em;
    line-height: 2.2em;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}
.trouble {
   background: linear-gradient(-225deg, #fbbcb5 0%, #fea5a5 56%, #fbbcb5 100%);
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
}
.trouble .inner {
    padding: 35px;
}
.trouble .stit{
    font-size: 1.6em;
    font-family: 'din1451altG';
    font-weight: bold;
}
.trouble .tit{
    font-size: 2.3em;
    font-weight: 500;
    width: 620px;
    margin: 0px auto;
    padding: 15px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.pt1, .pt2, .pt3  {
    text-align: center;
    letter-spacing: 0.1em;
}
.pt1 .inner, .pt2 .inner, .pt3 .inner  {
    padding: 55px 35px 10px 35px;
}
.pt1 .stit, .pt2 .stit, .pt3 .stit {
    font-size: 1.6em;
    font-family: 'din1451altG';
    font-weight: bold;
}
.pt1 .txt, .pt2 .txt, .pt3 .txt {
    font-size: 1.8em;
    letter-spacing: 0.1em;
    line-height: 2.2em;
    font-family: 'FOT-TsukuBRdGothicStd-E';
}
.pt1  h2 {
    color: #dfb8b1;
    font-size: 1.4em;
    padding: 20px 0;
}
.pt1  h2.head-border {
    position: relative;
    display: inline-block;
    padding: 20px 120px 60px 120px;
}
 
.pt1  h2.head-border:before,
.pt1  h2.head-border:after {
    content: '';
    position: absolute;
    top: 30%;
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #dfb8b1;
}
 
.pt1  h2.head-border:before {
    left: 0;
}
 
.pt1  h2.head-border:after {
    right: 0;
}
.pt1 .box_tit {
    background: #dfb8b1;
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    margin: 40px;
    padding: 2px 0 3px 0;
    font-weight: 500;
}
.pt2  h2 {
    color: #9185c6;
    font-size: 1.4em;
    padding: 20px 0;
}
.pt2  h2.head-border {
    position: relative;
    display: inline-block;
    padding: 20px 120px 60px 120px;
}
 
.pt2  h2.head-border:before,
.pt2  h2.head-border:after {
    content: '';
    position: absolute;
    top: 30%;
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #9185c6;
}
 
.pt2  h2.head-border:before {
    left: 0;
}
 
.pt2  h2.head-border:after {
    right: 0;
}
.pt2 .box_tit {
    background: #9185c6;
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    margin: 40px;
    padding: 2px 0 3px 0;
    font-weight: 500;
}
.pt3  h2 {
    color: #f18aa5;
    font-size: 1.4em;
    padding: 20px 0;
}
.pt3  h2.head-border {
    position: relative;
    display: inline-block;
    padding: 20px 120px 60px 120px;
}
 
.pt3  h2.head-border:before,
.pt3  h2.head-border:after {
    content: '';
    position: absolute;
    top: 30%;
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f18aa5;
}
 
.pt3  h2.head-border:before {
    left: 0;
}
 
.pt1  h2.head-border:after {
    right: 0;
}
.btn-yoyaku01 {
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
}
.pt3_wrapper {
    background: #f8eeea;
    padding-bottom: 10px;
    padding-top: 10px;
}
.pt3_wrapper .box {
    background: #f18fa9;
    border-radius: 10px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    font-size: 1.8em;
    letter-spacing: 0em;
    line-height: 1.4em;
    margin: 0 40px 30px 40px;
    padding-top: 18px;
    font-family: "游明朝体 Pr6N L", "游明朝体 Pr6N M";
    font-weight: bold;
}
.pt3_wrapper  .tit{
    font-size: 2.3em;
    font-weight: 500;
    width: 620px;
    margin: 40px auto;
    padding: 15px 0;
    color: #f18fa9;
    border-top: 1px solid #f18fa9;
    border-bottom: 1px solid #f18fa9;
}

a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

.rink_wrap {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.rink_wrap .environ {
    width: 46%;
    float: left;
    text-align: center;
    font-size: 0.9em;
    font-weight: 500;
    color: #bd9865;
}
.rink_wrap .indiba {
    width: 46%;
    float: right;
    text-align: center;
    font-size: 0.9em;
    font-weight: 500;
    color: #a382d4;
}
.rink_wrap .environ span, .rink_wrap .indiba span {
    font-size: 0.7em;
    color: #333;
}
.rink_wrap .environ span a, .rink_wrap .indiba span a {
    text-decoration: underline;
}
.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
margin-bottom: 30px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 896px) {
html {
    font-size: 62.5%;
}
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
    body {
        max-width:100%;
    }
    
.bnr {
    margin: 20px 20px 0px 20px;
}

.des {
    font-size: 1.7em;
    line-height: 2.6em;
}
.trouble .inner {
    padding: 20px;
}
.trouble .tit{
    font-size: 2.0em;
    font-weight: 500;
    width: 100%;
    margin: 0px auto;
    padding: 15px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.pt3  h2 {
    color: #f18aa5;
    font-size: 1.4em;
    padding: 20px 0;
}
.pt3  h2.head-border {
    position: relative;
    display: inline-block;
    padding: 20px 30px 60px 30px;
}
 
.pt3  h2.head-border:before,
.pt3  h2.head-border:after {
    content: '';
    position: absolute;
    top: 32%;
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #f18aa5;
}
 
.pt3  h2.head-border:before {
    left: 0;
}
 
.pt1  h2.head-border:after {
    right: 0;
}
    .pt3_wrapper  .tit{
    font-size: 2.0em;
    font-weight: 500;
    width: 100%;
    margin: 40px auto;
    padding: 15px 0;
    color: #f18fa9;
    border-top: 1px solid #f18fa9;
    border-bottom: 1px solid #f18fa9;
}
.btn-yoyaku01 {
    width: 90%
}
.pt3_wrapper .box {
    margin: 0 20px 30px 20px;
}
.rink_wrap {
    width: 100%;
}
.rink_wrap .environ {
    width: 52%;
}
.rink_wrap .indiba {
    width: 46%;
}
.rink_wrap .environ span, .rink_wrap .indiba span {
    font-size: 0.8em;
    color: #333;
}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background-color: #fff;
    height: 112px;
}
#gHeader h1 {
    width: 200;
}
#gHeader h1 img {
    width: 200px;
    margin-top: 19px;
    padding-left: 40px;
}
@media all and (max-width: 896px) {
    #gHeader {
	background-color: #fff;
    height: 80px;
}
#gHeader h1 {
    width: 150px;
}
#gHeader h1 img {
    width: 150px;
    margin-top: 12px;
    padding-left: 20px;
}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .warp {
    padding: 27px 20px 42px;
    color: #333;
    background-color: #fff;
    text-align: center;
}
#gFooter .logo {
    margin-top: 35px;
    margin-bottom: 35px;
}
#gFooter .text {
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 26px;
}
#gFooter .btmBox {
	padding: 10px 10px 20px;
	background-color: #f8eeea;
}
#gFooter .copy {
    font-size: 1rem;
    text-align: center;
    color: #333;
    font-style: normal;
	letter-spacing: 0.1em;
}
#gFooter .widBox {
	margin: 0 auto;
	padding: 0 70px;
	position: relative;
	max-width: 1400px;
	box-sizing: border-box;
}
	#gFooter .open {
        margin: 0 auto 20px;
	}
@media all and (max-width: 896px) {
    #gFooter .logo {
        margin: 0 auto 20px;
        width: 130px;
    }
    #gFooter .copy {
        font-size: 1.0rem;
		line-height: 1.2;
    }
	#gFooter .widBox {
		padding: 0;
	}
	#gFooter .btmBox {
		padding: 15px 10px 12px;
	}
	#gFooter .text {
		font-size: 1.4rem;
	}
	#gFooter .open {
        margin: 0 auto 20px;
        width: 60%;
	}
}