@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color: #3b117b;
	font-size: 16px;
	line-height: 1.8;
	font-family: 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}

@media(max-width:767px) {
body {
	font-size: 14px;
}
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button:focus {
	outline:none;
}
/* ===================================================== */
/* common */
/* ===================================================== */
body a,
body a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}

.in {
	max-width:980px;
	margin:0 auto;
}
/* ヘッダー 総合トップ*/
header .pc-header  {
	padding: 10px;
	text-align: center;
}
header .pc-header .container {
max-width: 800px;	
 border-bottom: 1px solid #3b117b;
 padding-bottom: 4px;	
}
header .header-logo {
	margin: 0 auto;
	max-width: 90px;
}
header .sp-logo {
/*margin: 0 auto;*/
}
header .sp-logo img {
	width: 20%;	
}
header .in {
	width:95%;
}
header .header-obj{
	width: 60%;
}


header .drawer-hamburger {
	position: static;
		top:auto;
	right:auto;

}
/* ハンバーガー装飾 */
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    height: 2px;
    background-color: #532e99;
}

.drawer-nav {
	background-color: #f7f7f7;
	z-index: 99999;
}
.drawer-nav a {
	display:block;
	color: #3b117b;
	width: 100%;
	height: 100%;
}
.drawer-nav .drawer-menu-item {
	border-bottom: 1px solid white;
}
.drawer-nav a:hover,
.drawer-nav .drawer-menu-item:hover,
.drawer-nav .drawer-sub-item:hover {
text-decoration: none;
opacity: 0.5; /* 半透明 */
}
/* フッター */

footer {
text-align: center;
}

footer p {
	font-size:12px;
	color: #3b117b;
}

/* メインビジュアル */
.main-visual {
	position:relative;
	overflow: hidden;
}

/* PC-------トップページ--------ナビゲーション */
ul.pc-nav {
	padding:0;
}
ul.pc-nav li a {
	color:#3b117b;
}
ul.pc-nav li a:hover {
  opacity: 0.5; /* 半透明 */
}
ul.pc-nav li.border-r::after {
	content:"　";
	margin-left:20px;
	color:#333;
}
/*　ここからindexの内容　*/
/*　　総合トップ　　*/
section a :hover {
	opacity: 0.5 ;
}
section .container {
	max-width: 960px;
}
@media(max-width:767px) {
section .container {
	width: 100%;
}
}
main .mv {
	background-image: url("../img/mv.jpg");
  background-size: cover;        /* ←超重要 */
  background-position: center;   /* 中央に配置 */
  background-repeat: no-repeat;  /* 繰り返さない */
  width: 100%;
  height: 450px; /* 好きな高さ */	
}
@media(max-width:767px) {
main .mv {
	background-image: url("../img/mv-sp.jpg");
  height: 70vh; /* 好きな高さ */	
}	
}
/*main .mv .left-box {
width: 50%;	
height: 450px;	
margin-right: auto;	
 background-color: rgba(255,255,255,0.4);	
text-align: center;

 display: flex;
  align-items: center;
}*/
main .mv .left-box {
  width: 50%;
  height: 450px;
  margin-right: auto;
  background-color: rgba(255,255,255,0.4);
  text-align: center;
  
  display: flex;
  align-items: center;      /* 縦中央 */
  justify-content: center;  /* ← 横中央（これ追加！） */
	}
main .mv .left-box p {
	color: #3b117b;
	font-size: 24px;
	font-weight: 700;
}
@media(max-width:767px) {
main .mv .left-box {
  width: 100%;
  height: 100%;
	}
}

/*main .item .item-box {
	padding: 15px 30px;
	text-align: center;
}
main .item .item-box h4 {
	font-size: 18px;
	font-weight: 700;
	padding: 0;
}
main .item .item-box .priice {
	padding: 20px;
}
main .item .item-box .coment {
	text-align: left;
	padding-bottom: 40px;	
}
@media(max-width:767px) {
main .item {
	padding: 45px 0 70px;
}
main .item .item-box {
	padding: 0 25px 40px;
	text-align: center;		
}
main .item .item-box .coment {
	text-align: left;
	padding-bottom: 20px;	
}
main .item .item-box .rink-btn {
padding-top: 10px;	
 border-bottom: 1px solid #3b117b;
 padding-bottom: 10px;			
	}	
}*/

/*チャッピー*/
main .item {
	background-color: #f7f7f7;
	padding: 60px 0 70px;
	text-align: center;
	margin: 0 auto;
}
@media(max-width:767px) {
main .item {
	padding: 45px 0 50px;
}	
}
 /*main .item .row {
 display: flex;
  flex-wrap: wrap;
}
main .item .row > [class*="col-"] {
  display: flex;
}
main .item .item-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
main .item .rink-btn {
  margin-top: auto;
}
main .item .item-box .coment {
  padding-bottom: 40px;
}*/
main .item .container {
	max-width: 1080px;
}
main .item .item-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

main .item .rink-btn {
  margin-top: auto;
}
main .item .coment {
padding-bottom: 40px;	
}
main .item h4 {
	font-size: 18px;
	font-weight: 700;
	padding: 0;
}
main .item .priice {
	padding: 20px;
}
@media(max-width:767px) {
main .item .coment {
	text-align: left;
padding-bottom: 30px;	
}	
main .item .rink-btn {
padding-top: 10px;	
 border-bottom: 1px solid #3b117b;
 padding-bottom: 10px;			
	}
}
main .toi {
text-align: center;
margin: 0 auto;
padding: 70px 0;
}
@media(max-width:767px) {
main .toi {
padding: 40px 0;
}	
}

.about {
	text-align: center;
	margin: 0 auto;	
	padding: 80px 0 100px;
}
.about h2 {
	font-size: 30px;
	font-weight: bold;
	padding: 40px 0;
}
.about .container {
	max-width: 800px;
}
.about .container img {
	max-width: 350px;
}
@media(max-width:767px) {
.about {
	text-align: center;
	margin: 0 auto;	
	padding: 50px 0 80px;
}	
.about h2 {
	font-size: 24px;
	padding: 30px 0;
}	
.about .container {
width: 100%;
padding: 0 25px;	
}	
.about .container img {
	width: 60%;
}
.about .container p {
text-align: left;
}	
}