@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500&display=swap');
/* ---------------------------------------------------------------------------------------------
    リセット
--------------------------------------------------------------------------------------------- */
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,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
  line-height: 1.5em;
}
a {
  text-decoration:none; 
}

a:hover {
  text-decoration: none;
}


ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* ---------------------------------------------------------------------------------------------
    設定をしなおす
--------------------------------------------------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: 80px;
  background: #1E1A29;
}
body {
  margin: 0 auto;
  padding: 0;
  color: #FFF;
  font-family: Barlow, "BIZ UDGothic", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 2.25rem */
  letter-spacing: 0.1125rem;
}

a {
  color: #FF918C;
	}

a:hover {
	color: #FF918C;
}
a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

a,a:hover,a:hover img, .form_btn:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

/* ---------------------------------------------------------------------------------------------
    部室.com 設定
--------------------------------------------------------------------------------------------- */
.container {
  max-width: 100;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.d-none {
  display: none !important;
}

.m-0 {  margin: 0 !important;	}
.mt-0 {  margin-top: 0 !important;	}
.mr-0 {  margin-right: 0 !important;	}
.mb-0 {  margin-bottom: 0 !important;	}
.ml-0 {  margin-left: 0 !important;	}
.m-1 {  margin: 0.25rem !important;	}
.mt-1 {  margin-top: 0.25rem !important;	}
.mr-1 {  margin-right: 0.25rem !important;	}
.mb-1 {  margin-bottom: 0.25rem !important;	}
.ml-1 {  margin-left: 0.25rem !important;	}
.m-2 {  margin: 0.5rem !important;	}
.mt-2 {  margin-top: 0.5rem !important;	}
.mr-2 {  margin-right: 0.5rem !important;	}
.mb-2 {  margin-bottom: 0.5rem !important;	}
.ml-2 {  margin-left: 0.5rem !important;	}
.m-3 {  margin: 1rem !important;	}
.mt-3 {  margin-top: 1rem !important;	}
.mr-3 {  margin-right: 1rem !important;	}
.mb-3 {  margin-bottom: 1rem !important;	}
.ml-3 {  margin-left: 1rem !important;	}
.m-4 {  margin: 1.5rem !important;	}
.mt-4 {  margin-top: 1.5rem !important;	}
.mr-4 {  margin-right: 1.5rem !important;	}
.mb-4 {  margin-bottom: 1.5rem !important;	}
.ml-4 {  margin-left: 1.5rem !important;	}
.m-5 {  margin: 3rem !important;	}
.mt-5 {  margin-top: 3rem !important;	}
.mr-5 {  margin-right: 3rem !important;	}
.mb-5 {  margin-bottom: 3rem !important;	}
.ml-5 {  margin-left: 3rem !important;	}
.mt-10 {  margin-top: 6rem !important;	}
.p-0 {  padding: 0 !important;	}
.p-1 {  padding: 0.25rem !important;	}
.p-2 {  padding: 0.5rem !important;	}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

h1 {
	display: none;
}

.lower {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100vw * 0.177);
	background: url("../img/h2_bg.jpg");
  background-size:cover;
  background-position:50%;
  background-repeat:  no-repeat;
}

.h2_text {
  display: inline-block;
  background-color: rgba(30,26,41,0.7);
  padding: 10px 50px 24px 400px;
  color: #FFF;
  font-family: "Barlow Condensed";
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0rem;
}
.lower span {
	display:block;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: 0.14375rem;
}

h3 {
  text-align: center;
  text-shadow: 0px 0px 34px #FF8C93;
  font-size: 2.475rem;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin-top: 140px;
  margin-bottom: 7.25rem;
}
h3 .color {
  color: #FF918C;
}

h3 .text90 {
  font-size: 80%;
}

h3::first-letter {
  color: #FF918C;
}
h3:before {
  content: '';
  position: absolute;
  bottom: -3rem;
  display: inline-block;
  width: 5.25rem;
  height: 0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #FF918C;
}

h4 {
  position: relative;
  display: inline-block;
  color: #9AC760;
  font-size: 1.1875rem;
  margin: 5rem 0 2rem 0px;
  padding: 0 55px;
}

h4:before {
  content: '';
  position: absolute;
  top: 50%;
  left:0;
  display: inline-block;
  width: 45px;
  height: 2px;
	border-radius: 5px;
	background: #C4E995;
}

h4:after {
  right: 0;
}

h5 {
  color: #9AC760;
  font-size: 1.0rem;
  margin: 0.2rem 0;
  padding-left: 10px;
	border-left: 10px solid #C4E995;
}

p {
	line-height: 180%; /* 1.8rem */
  margin: 0 0 0rem 0px;
}

em {
  font-style: normal;
}

strong {
}

.small {
	font-size: 90%;
}

.big {
  font-size: 1.75rem;
}

.text_center {
	text-align: center;
}

.text_side_space {
  padding: 0 140px 0 140px;
}

#main {}

.Flex_Between {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.Flex_Center {
  display: flex;
  justify-content: center;
}

@media only screen and ( max-width : 1669px ) {  /* 1669px以下用 */
  .h2_text {
    padding: 10px 50px 22px 180px;
    font-size: 3.05rem;
  }
}
@media only screen and ( max-width : 1279px ) {  /* 1279px以下用 */
  .h2_text {
    padding: 6px 50px 14px 100px;
    font-size: 2.4rem;
  }
  .lower span {
    font-size: 1.0rem;
  }
}

@media only screen and ( max-width : 991px ) {  /* 991px以下用 */
  .lower {
    height: calc(100vw * 0.3);
  	background: url("../img/h2_bg_sp.jpg");
    background-size:cover;
  }
  .h2_text {
    padding: 6px 50px 14px 60px;
    font-size: 2.0rem;
  }
  .text_side_space {
    padding: 0 0px 0 0px;
  }
	.Flex_Between, .Flex_Center {
    display: block;
	}
}
@media only screen and ( max-width : 575px ) {  /* 575px以下用 */
  .lower {
    height: calc(100vw * 0.525);
  }
  .h2_text {
    padding: 6px 50px 14px 60px;
    font-size: 2.2rem;
  }
}

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.pagination a, .pagination a:hover, .pagination a:hover img {
  text-decoration: none; 
}

.clear { clear : both; }   

@media only screen and ( max-width : 767px ) {  /* 767px以下用 */
  body {
    font-size: 0.9375rem;
  }
  h3 {
		font-size: 1.55rem;
  	margin-bottom: 5.2rem;
  }
	h4 {
	  font-size: 1.1rem;
	}
  p {
  }
  .big {
    font-size: 1.225rem;
  }
}


/* ---------------------------------------------------------------------------------------------
　   ページリスト
--------------------------------------------------------------------------------------------- */
ul.page_list {
  text-align: center;
  padding-top: 50px;;
}

ul.page_list li {
  display: inline-block;
  color: #6a8186;
  margin: 3px 3px 2px 2px;
  padding: 0.8em 1.0em 0.8em 1.0em;
  background: #bdd8e0;
  border: 1px solid #84aab3;
}

ul.page_list li a {
  text-decoration: none;
  display: block;
}
ul.page_list li b {
  color: #1a4f5d;
}

/* ---------------------------------------------------------------------------------------------
　   リスト
--------------------------------------------------------------------------------------------- */
.list {
  padding: 0.5em 0.5em 0.5em 2.0em;
  position: relative;
}

.list li {
  color: #006785;
  font-size: 1.2em;
  line-height: 1.6;
  padding: 0.2em 0;
  list-style-type: none!important;
  margin-top: 0px;
}

.list li:before {
  font-family: "FontAwesome";
  content: "\f005";
  position: absolute;
  left : 0.5em;
  color: #00bbd1;
}

.list_sub {
  margin-bottom: 0.6em;
}

.list_sub li {
  color: #005e52;
  position: relative;
  padding: 0.2em 0em 0em 0em;
  border-bottom: 2px solid #094;
}

.list_sub li:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  content: '';
  background: #00cc5b;
}


ol {
  list-style-type: decimal;
  list-style-position : outside; 
  padding: 5px 0px 30px 50px;
}

ol li {
  padding: 0.1em 0;
}

dl.dlist {} /* データリスト(  1カラム  ) */ 
dl.dlist dt {
  color: #2473c0;
  background-color: #b4e8f3;
  line-height: 1.6;
  padding: 0.5em 0 0.5em 1.5em;
  list-style-type: none!important;
  margin-top: 10px;
}
dl.dlist dt:before {
  font-family: "FontAwesome";
  content: "\f054";
  position: absolute;
  left : 1.4em;
  color: #fff897;
}
dl.dlist dd {
  margin-left: 0;
  padding: 0 1em 0.5em 1.5em;
}

.dlist_2col dl {  /* データリスト(  2カラム  ) */ 
  display: flex;
  flex-flow: row wrap;
  margin-top: 10px;
}
.dlist_2col dt {
  color: #FF918C;
  flex-basis: 15%;
  font-size: 0.98rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0rem;
}
.dlist_2col dd {
  flex-basis: 85%;
}

@media only screen and ( max-width : 767px ) {  /* 767px以下用 */
  .dlist_2col dl {
    flex-flow: column;
  }
}

/* ---------------------------------------------------------------------------------------------
    装飾
--------------------------------------------------------------------------------------------- */
.text-danger {
  color: #7FFF43 !important;
}

.text-keycolor {
  color: #FF918C !important;
}

.text-secondary {
  color: #0EFFFF !important;
}


.annotation { /* 注釈 */
  margin: 10px 0px 10px 0px;
  padding: 20px 40px 20px 40px;
  border: 1px solid #FF918C;
}
.annotation h4 {
  background: #f96f00;
  box-shadow: 0px 0px 0;
  margin-top: 4px;
  padding: 0.2rem 2rem;
}
.annotation p {
  padding: 0px 10px 0px 10px;
}
.annotation em {
  color: #7ab7c0;
}
.annotation strong {
  color: #62af2b;
}
.caution { /* 注意（赤色） */
  background:#fccedc;
  color: #4f0006;
  margin: 10px 0px 0px 0px;
  padding: 5px 10px 5px 10px;
  border: 2px solid #e45781;
  border-radius: 5px;
}

.caution strong {
  color: #60152c;
}

.notes { /* 小さい注釈（オレンジ色） */
  background:#ffe2b8;
  color: #692800;
  margin: 0px 0px 10px 0px;
  padding: 5px 10px 5px 10px;
}
.notes strong {
  color: #ae4200;
}

.markup_r { background: linear-gradient(transparent 60%, #ffa4a4 60%); }
.markup_y { background: linear-gradient(transparent 60%, #ffff66 60%); }
.markup_g { background: linear-gradient(transparent 60%, #b5ffad 60%); }
.markup_b { background: linear-gradient(transparent 60%, #D4F4FF 60%); }

.badge_o { /* バッヂ（オレンジ） */
  font-size: 0.8em;
  color: #fff;
  line-height: 1.0;
  margin: 0px 3px 0px 0px;
  padding: 0.3em 0.5em 0.25em 0.5em;
  background: #ff9900;
  border-radius: 2px;
  white-space: nowrap;
}
.badge_p { /* バッヂ（パープル） */
  font-size: 0.8em;
  color: #fff;
  line-height: 1.0;
  margin: 0px 3px 0px 0px;
  padding: 0.3em 0.5em 0.25em 0.5em;
  background: #9143ab;
  border-radius: 2px;
  white-space: nowrap;
}

.mail {
  display: inline-block;
  font-family: "Barlow";
  letter-spacing: 0.05em;
  text-align: center;
	color: #fff;
  font-weight: 300;
	margin-top: 0.8rem;
  padding: 0.4rem 1rem 0.4rem 0.5rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 1px solid #fff;
}
.mail:hover {
	color: #fff;
  background: linear-gradient(90deg, #FF918C 0%, #7B00C6 100%);
  border: 1px solid #1E1A29;
  filter: alpha(opacity=100);
  -moz-opacity:1.00;
  opacity:1.00;
}

.mail:before {
	background: none;
	position: relative;
	content: url('../img/ic_mail.svg');
	width: 1.4375rem;
	top: 5px;
	left: 8px;
	padding-right: 16px;
}

/* ---------------------------------------------------------------------------------------------
    メニュー
--------------------------------------------------------------------------------------------- */
.nav {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFF;
  font-family: "BIZ UDGothic";
  font-weight: 400;
  letter-spacing: 0.1125rem;
}

#nav ul {
  display: flex;
}

#nav li {
  position: relative;
}

#nav li span {
  display: block;
  font-family: "Barlow Condensed";
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
}

#nav li a {
  position: relative;
  display: block;
  padding: 14px 8px 9px 8px;
	margin-right: 24px;
  font-size: 1.0625rem;
  color: #fff;
}

#nav li a,#nav li a:hover {
  text-decoration:none;
  filter: alpha(opacity=100);
  -moz-opacity:1.00;
  opacity:1.00;
}


#nav li a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 1px;
  background: linear-gradient(90deg, #FF918C 0%, #7108C3 100%);
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

#nav li a:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}

#menu_btn,.overlay {
  display: none;
}

#nav .shop {
  font-family: "Barlow";
  font-size: 1.0rem;
  font-weight: 300;
  line-height: 190%;
  letter-spacing: 0;
	margin-right: 1.94rem;
	margin-left: 6.31rem;
}

#nav .indent {
  text-indent: 2.5rem;
}

#nav .contact {
  font-family: "Barlow";
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0;
	margin-right: 2.88rem;
}

#nav .tel {
  font-family: "Barlow";
  display: inline;
  font-size: 2rem;
  font-weight: 600;
  line-height: 90%;
}

#nav .tel a {
  display: inline;
  font-size: 2rem;
  font-weight: 600;
  line-height: 90%;
  padding: 14px 8px 9px 0px;
}


#nav .mail {
  font-family: "Barlow";
  letter-spacing: 0.05em;
  text-align: center;
  width: 14.95rem;
  height: 2.0625rem;
	color: #fff;
	margin-top: 0.2rem;
  padding: 0 1rem 0 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 1px solid #fff;
}
#nav .mail:hover {
  background-color: #FF918C;
	color: #fff;
  border: 1px solid #1E1A29;
}

#nav .mail:before {
	background: none;
	position: relative;
	content: url('../img/ic_mail.svg');
	width: 1.4375rem;
	top: 5px;
	left: 8px;
	padding-right: 16px;
}


#nav .menu-item-has-children > a {
  padding-right: 40px;
}

@media only screen and ( max-width : 1819px ) {  /* 1819px以下用 */
	#nav .contact {
  	margin-right: 0.4rem;
	}
}

@media only screen and ( max-width : 1669px ) {  /* 1669px以下用 */
  #nav .shop {
  	display: none;
	}
  #nav .contact {
	  margin-left: 2.0em;
  }
}

@media only screen and ( max-width : 1279px ) {  /* 1279px以下用 */
	#nav li a {
		margin-right: 18px;
    padding: 8px 4px 12px 4px;
	  font-size: 0.95rem;
	}
	#nav .contact {
		width: 10.0rem;
  	margin-right: 0.8rem;
  	margin-left: 0.8em;
    font-size: 0.8rem;
	}
  #nav .tel {
    font-size: 1.3rem;
  }
  #nav .tel a {
    white-space: nowrap;
    font-size: 1.3rem;
    padding: 0rem;
  	margin: 0rem;
  }
  #nav .mail {
    width: 10.2rem;
    height: 2.0625rem;
	  margin-top: 0.2rem;
  }
}

@media only screen and ( max-width : 991px ) {  /* 991px以下用 */
  .overlay {
		display: block;
    width: 0;
    height: 0;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s;
    background: rgba(0,0,0,.7);
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
		margin-top: 70px;
    transition: all .5s;
    min-height: 100vh;
  }
  #main.open {
    position: fixed;
    width: 100%;
  }
  #menu_btn {
    top: 12px;
    right: 15px;
    transition: .3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-trigger {
    width: 18px;
    height: 16px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all .5s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 70%;
    top: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  #nav {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 90px 0 10px 0;
		background: #1E1A29; 
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    transform: translateY(-100%);
    transition: all .5s;
  }
  #nav.open {
    transform: translateY(0);
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  }
	#nav ul {
		display: block;
		width: 290px;
		margin: 10px auto 0 auto;
		}
	#nav li {
	  display: flex;
	  align-items: center;
 		margin: 0px 0;
	}
  #nav li span {
    font-size: 1.2rem;
  }
	#nav li a {
	  font-size: 0.7625rem;
    padding: 7px 0 7px 0;
	}
	#nav li a:before{
		background: none;
	}
	#nav li:nth-child(-n+6) {
  	margin: 0px 0 0 60px;
	}
	#nav li:nth-child(-n+6):before {
		width: 1.0rem;
	  height: 2px;
	  background-color: #FF918C;
	  content: "";
	  margin: 5px 14px 0 0;
	}
  #nav .indent {
    text-indent: 2.5rem;
    font-size: 1.0rem;
  }
  #nav .shop {
    display: block;
    width: 100%;
    font-size: 1.0rem;
    margin-top: 2.0rem;
    margin-left: 0rem;
  }
  #nav .contact {
    display: block;
		width: 100%;
		align-items: center;
    font-size: 1.0rem;
		margin: 0px;
		padding: 4px 0 0px 0;
  }
  #nav .contact:before {
		width: 0.8rem;
		top: 5px;
		left: 0px;
		padding-right: 10px;
	}
  #nav .tel {
    font-size: 2.0rem;
  }
  #nav .tel a {
    font-size: 2.0rem;
  }
  #nav .mail {
    display: block;
		width: 100%;
    font-size: 1.2rem;
		text-align: center;
		align-items: center;
		letter-spacing: 0.10625rem;
		margin: 24px 0 0 0;
		padding: 10px 0 40px 0;
  }
}

/* ---------------------------------------------------------------------------------------------
    HEADER / FOOTER
--------------------------------------------------------------------------------------------- */
/* メニュー固定 */
header {
	height: 6.0rem;
}

#menu_bar {
  display: flex;
	justify-content: center;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 6.0rem;
  background: #1E1A29;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  transition: .5s;
}

#menu_bar.hide{
    top: -7rem;
}

#menu_bar.fixed{
  position: fixed;
  z-index: 999;
  top: 0;
}

#menu_space {
	width: 100%;
  display: flex;
	justify-content: space-between;
  align-items: center;
	max-width: 120rem;
}

header #logo {
  width: 9.75rem;
  margin-left: 8.75rem;
  padding-bottom: 0px;
}

header #logo a {
  display: block;
}

footer {
  position: relative;
  padding-top: 100px;
}
#footer {
	display: flex;
	justify-content: space-around;
}

#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

.footer_area {
	width: 100%;
	max-width: 1280px;
  letter-spacing: 0rem;
}

#footer_space {
  display: flex;
	justify-content: space-between;
  padding: 2rem 0 2rem 0;
}

.footer_logo {}

#footer .logo {
	width: 14rem;
  margin-right: 1.56rem
}

#footer .mail {
  margin-top: 0.4rem;
}

#footer .f-navi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
  width: 34.3125rem;
  padding: 4.0rem 0rem 0.5rem 0rem;

}
#footer .f-navi li {
  color: #FFF;
  font-family: "Barlow Condensed";
  font-size: 1.125rem;
  letter-spacing: 0rem;
  position: relative;
  margin-left: 4.31rem;
  padding: 0rem 0rem 0rem 0rem;
  width: 7.0625rem;
}

#footer .f-navi li a {
  color: #fff;
	}

#footer .f-navi li a:hover {
	color: #FF918C;
  filter: alpha(opacity=100);
  -moz-opacity:1.00;
  opacity:1.00;
}

.copyright {
  font-family: "BIZ UDGothic";
  border-top: 1px solid #FF918C;
	text-align: center;
	font-size: 0.8rem;
  padding: 1.25rem 0rem 1.25rem 0rem;
}

@media only screen and ( max-width : 1819px ) {  /* 1819px以下用 */
	header #logo {
    margin-left: 1.0rem;
	}
}
@media only screen and ( max-width : 1279px ) {  /* 1279px以下用 */
	header #logo {
		position: relative;
		z-index: 999;
	  margin-right: 0.5rem;
	  margin-left: 0.0rem;
	}
  #menu_bar {
    top: 0px;
    padding: 0 10px 0 5px;
	}
	#menu_space {
	  padding: 0 0px 0 0px;;
	}
	.footer_area {
		padding: 0 10px;
	}
  #footer .logo {
	  width: 10rem;
  }
  #footer .footer_info {
    font-size: 0.9rem;
  }
	#footer .f-navi{
  width: 30.2rem;
  padding: 3.0rem 0rem 0.0rem 0rem;
  }
	#footer .f-navi li {
  margin-left: 2.31rem;
  padding: 0rem 0rem 0rem 0rem;
  width: 7.0625rem;
	}
	#footer .f-navi li:before {
	  width: 10px;
	}
  #footer .mail {
    font-size: 1rem;
  }
  #footer.open { /* 不具合解消ディスプレイアウト */
    display: none;
  }
  .copyright.open { /* 不具合解消ディスプレイアウト */
    display: none;
  }
}

@media only screen and ( max-width : 991px ) {  /* 991px以下用 */
  #menu_bar {
    top: 0px;
    padding: 0 20px 0 0px;
    height: 70px;
	  align-items: center;
  }
	#menu_bar.hide{
    top: 0rem;
	}
  header {
    height: auto;
    margin-bottom: 0px;
    background: none;
  }
  header #logo img {
    width: auto;
    height: 70px;
  }
  #footer .logo {
    width: 6.8rem;
    padding-left: 2px;
  }
	#footer_space {
		justify-content:center;
		flex-wrap: wrap;
	}
	.footer_logo {
		width: 100%;
    margin: 0px 0px 30px 0;
		text-align:center; 
	}
	#footer .logo {
		width: 220px;
	}
  #footer .footer_info {
    margin-left: 20px;
  }
	#footer .f-navi {
		width: 450px;
	}
}

@media only screen and ( max-width : 767px ) {  /* 767px以下用 */
	.footer_area {
		padding: 0 10px;
	}
	#footer_space {
    flex-flow: column nowrap;

	  padding: 2rem 0 2rem 0;
	}
  #footer .logo {
    margin-right: 0rem
  }
  #footer .footer_info {
    width: 272px;
    margin: 0px auto;
  }
#footer .mail {
  margin-top: 1.0rem;
}

	#footer .f-navi {
		width: auto;
    flex-flow: column nowrap;
    margin: 0 auto;
    padding: 1.6rem 0rem 0.0rem 0rem;
	}
	#footer .f-navi li{
    margin-left: 0rem;
    padding: 0.3rem 0rem 0.3rem 0rem;
  }
	#footer .tel {
		font-size: 1.8rem;
	}
  #footer .mail {
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------------------------
    メインビジュアル
--------------------------------------------------------------------------------------------- */
.main_visual {
  width: 100%;
  height: calc(100vw * 0.38);
  background-size:cover;
  background-position:50%;
  background-image: url(../img/top.jpg);
  background-repeat:  no-repeat;
}

@media only screen and ( max-width : 767px ) {  /* 767px以下用 */
  .main_visual {
    height: calc(100vw * 0.75);
    background-image: url(../img/top_sp.jpg);
  }
}
/* ------------------------------------------------------------------------
　   トップページ
---------------------------------------------------------------------------*/
.copy {
  text-align: center;
  color: #FFF;
  text-shadow: 0px 0px 34px #FF7A00;
  font-family: "Kaisei Decol";
  font-size: 4.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  mix-blend-mode: plus-lighter;
  padding: 100px 0px 0px 0px;
}
.copy01 {
  text-shadow: 0px 0px 34px #00FFC2;
  font-size: 5.625rem;
  line-height: 100%;
}
.copy02 {
  text-shadow: 0px 0px 34px #DBFF00;
  font-size: 5.625rem;
  line-height: 100%;
}
.copy03 {
  text-shadow: 0px 0px 34px #FA2659;
  font-size: 5.625rem;
  line-height: 100%;
}

#top h2 {
  text-align: center;
  text-shadow: 0px 0px 34px #FF8C93;
  font-family: "Barlow Condensed";
  font-size: 3.75rem;
  font-weight: 500;
  line-height: normal;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin-top: 110px;
  margin-bottom: 7.25rem;
}
#top h2::first-letter {
  color: #FF918C;
}
#top h2:before {
  content: '';
  position: absolute;
  bottom: -2rem;
  display: inline-block;
  width: 5.25rem;
  height: 0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #FF918C;
}

.concept_text {
  line-height: 200%; /* 2.25rem */
  padding-right: 3rem;
}
.concept_text img {
  max-width: 670px;
  margin-top: 30px;
}

.twitter {
  width: 21.0rem;
  flex-shrink: 0;
}

.club_area {
  text-align: center;
  margin: 0px 0;
  padding-top: 0px;
}

.club_area img {
  width: calc(1160px / 3);
	margin: 0; 
}

.club_area_beside {
  text-align: center;
  margin: 0px 0;
  padding-top: 0px;
}

.club_area_beside img {
  width: calc(1160px / 2);
	margin: 0; 
}

/*========= モーダル表示のためのCSS ===============*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
	padding:0;
}

/*以下はコンテンツ内のレイアウト*/
.info-list dl{
	display: flex;
}

.info-list dt{
	margin:0 10px 0 0;
}

.gallery-list {
	display: block;
}

.gallery-list li{
	display: inline-block;
	margin: 0.8rem 0.6rem 
}


.about_logo {
  max-width:  15.625rem;
  margin-bottom: 0.4rem;
}

.about_shop {
  margin-top: 2.38rem;
}

.about_shop_info {
  width: 50%;
}

.about_shop_info dl {  /* データリスト(  2カラム  ) */ 
  margin-top: 0px;
}
.about_shop_info dt {
  flex-basis: 14%;
}
.about_shop_info dd {
  flex-basis: 86%;
  margin-bottom: 1.19rem;
  padding-right: 2rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.about_map {
	width: 50%;
  max-width: 45rem;
}

.about_photo {
  height: 23.4375rem;
  padding: 0 1rem;
}

.about_photo img {
  margin-top: 1.89rem;
  height: 23.4375rem;
}

.contact_space {
  margin: 0 auto;
  padding: 2.5rem 0rem 2.5rem 0rem;
	width: 100%;
  max-width:  62.5rem;
  margin-top: 18rem;
  margin-bottom: 4.0rem;
  text-align: center;
  text-shadow: 0px 0px 10px #1E1A29;
  border: 1px solid #764C72;
  background: url(../img/contact_bg.jpg) lightgray 100% / cover no-repeat;
}

.contact_space .contact_heading {
  margin-bottom: 0;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.225rem;
}

.contact_main {
  padding: 1rem 8.4rem 1rem 8.4rem;
}
.contact_space p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 200%; /* 2.25rem */
  letter-spacing: 0.1125rem;
  text-align: left;
}

.contact_tel {
  margin-top: 1.3rem;
}

.contact_space .tel {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0rem;
  padding-right: 5.4rem;
}

.contact_mail .mail {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.175rem;
  text-align: center;
	color: #fff;
	margin-top: 1.0rem;
  padding: 0.8rem 3rem 0.8rem 3rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 1px solid #fff;
}
.contact_mail .mail:hover {
  background-color: #FF918C;
	color: #fff;
  border: 1px solid #1E1A29;
}

.contact_mail .mail:before {
	top: 1px;
	left: 0px;
	padding-right: 18px;
}


@media only screen and ( max-width : 1279px ) {  /* 1279px以下用 */
  .copy {
    font-size: 3.375rem;
  }
  .copy01, .copy02, .copy03 {
    font-size: 4.625rem;
  }
  #top h2 {
    font-size: 3.25rem;
  }
  .club_area img {
    width: calc(840px / 3);
  	margin: 0 0 0.4rem 0; 
  }
  .club_area_beside img {
    width: calc(870px / 2);
  	margin: 0 0 0.4rem 0; 
  }

}
@media only screen and ( max-width : 1199px ) {  /* 1199px以下用 */
.contact_space .tel {
  font-size: 2.4rem;
  padding-right: 3.4rem;
}
}

@media only screen and ( max-width : 991px ) {  /* 991px以下用 */
	.copy {
	  font-size: 2.375rem;
	}
	.copy01, .copy02, .copy03 {
	  font-size: 3.125rem;
	}
  #top h2 {
    font-size: 2.25rem;
    margin-top: 110px;
    margin-bottom: 5.25rem;
  }
  .concept_text {
    padding-right: 0rem;
  }
  .twitter {
    width: 100%;
    margin-top: 50px;
  }
  .club_area img {
    width: calc(600px / 3);
  	margin: 0 0 0.4rem 0; 
  }
  .club_area_beside img {
    width: calc(630px / 2);
  	margin: 0 0 0.4rem 0; 
  }
  .about_shop_info {
    width: 100%;
  }
  .about_shop_info dd {
    padding-right: 0rem;
  }
  .about_map {
	  width: 100%;
    height: 400px;
  }
  .about_photo {
    margin: 0 auto;
    height: auto;
    width: 50%;
    padding: 0 1rem;
  }
  .about_photo img {
    margin-top: 1.89rem;
    height: auto;
  }
	.contact_space h3 {
	  font-size: 1.6rem;
	}
	.contact_main {
	  padding: 1rem 4.0rem 1rem 4.5rem;
	}
	.contact_tel {
	  margin-top: 1.3rem;
	}
	.contact_space .tel {
	  padding-right: 0rem;
	}
	.contact_mail .mail {
	  font-size: 1.75rem;
		margin-top: 1.0rem;
	  padding: 0.8rem 3rem 0.8rem 3rem;
	}
	.contact_mail .mail:before {
		top: 1px;
		left: 0px;
		padding-right: 18px;
	}
}

@media only screen and ( max-width : 767px ) {  /* 767px以下用 */
	.copy {
	  font-size: 2.075rem;
	}
	.copy01, .copy02, .copy03 {
	  font-size: 2.825rem;
	}
  #top h2 {
    font-size: 1.75rem;
    margin-top: 110px;
    margin-bottom: 5.25rem;
  }
  
  #top h2:before {
    bottom: -1.4rem;
    width: 3.55rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .club_area img {
    width: calc(450px / 2);
  	margin: 0 0 0.4rem 0; 
  }
  .club_area_beside img {
    width: 450px;
  	margin: 0 0 0.4rem 0; 
  }
  .about_photo {
    margin: 0 auto;
    height: auto;
    width: 80%;
    padding: 0 1rem;
  }
	.contact_space {
	  padding: 1.5rem 0rem 2.5rem 0rem;
	}
	.contact_space .contact_heading {
	  font-size: 1.2rem;
	}
	.contact_main {
	  padding: 0rem 2.5rem 0rem 2.5rem;
	}
	.contact_main p {
	  font-size: 1.0rem;
	}
	.contact_tel {
	  margin-top: 0.3rem;
	}
	
	.contact_space .tel {
	  font-size: 2.0rem;
	}
	.contact_mail .mail {
	  font-size: 1.5rem;
		margin-top: 1.0rem;
	  padding: 0.5rem 3rem 0.5rem 3rem;
	}
}

@media only screen and ( max-width : 575px ) {  /* 575px以下用 */
	.copy {
	  font-size: 1.475rem;
	}
	.copy01, .copy02, .copy03 {
	  font-size: 1.825rem;
	}
  .club_area img {
    width: calc(300px / 2);
  	margin: 0 0 0.4rem 0; 
  }
  .club_area_beside img {
    max-width: 310px;
    width: 100%;
  	margin: 0 0 0.4rem 0; 
  }
  .club_area li, .club_area_beside li {
    margin: 0.2rem 0.2rem;
  }
  .about_photo {
    width: 80%;
  }
	.contact_mail .mail {
	  font-size: 1.2rem;
	  padding: 0.5rem 2rem 0.5rem 2rem;
	}
	.contact_mail .mail:before {
		top: 4px;
	}
}


@media only screen and ( max-width : 375px ) {  /* 375px以下用 */
  .club_area img {
    width: 70%;
  }
}
/* ------------------------------------------------------------------------
　   部長たち
---------------------------------------------------------------------------*/
#profile h3 {
  text-shadow: 0px 0px 0px;
  font-size: 2.475rem;
  position: relative;
  left: 0%;
  transform: translateX(0%);
  margin-top: 0px;
  margin-bottom: 0rem;
}

#profile h3:before {
  content:none
}

.plist {
  display: flex;
	flex-wrap: wrap;
  margin: 0 auto 0 auto;
}

.plist a {
  color: #fff;
}

.plist a:hover {
	color: #FF918C;
}

.plist .photo {
	width: 33.3%;
  text-align: center;
  margin-bottom: 15px;
  padding: 30px 0px 30px 0px;
}

.plist .photo img {
	width: 260px;
  margin-bottom: 15px;
}

.plist a {text-decoration: none;}
.plist .photo a img {  border: 1px solid #D9D9D9; }
.plist .photo a:hover img {  border: 1px solid #e2fbff;}


.profile_h3 {
	text-align: left;
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: 0.2625rem;
  padding-bottom: 40px;
}

.profile_h3 span {
	display: block;
  font-family: "Barlow Condensed";
  font-size: 1.475rem;
  font-weight: 300;
  letter-spacing: 0.1375rem;
  padding-left: 4px;
}

.photo_gallery {
	float: left;
  width: 50%;
  margin-bottom: 40px;
}

.pphoto {
  border: 1px solid #383345;
}

.profile_area_right {
	float: right;
	width: 50%;
  padding-left: 50px;
}

.plist_txt {
  ddisplay: block;
  flex-wrap: wrap; /*折り返し*/
  width: 100%;
}
.plist_txt dt {
  font-size: 1rem;
	color: #FF918C;
  padding: 10px 10px 0px 0;
}
.plist_txt dd {
  margin-left: 0; /*初期値リセット*/
  padding: 10px 10px 10px 1rem;
line-height: 180%;
	word-break: break-all ;
}

.list_back_btn {
  display: flex;
	position: relative;
  justify-content: center;
  align-items: center;
  text-decoration: none;
	width: 100%;
	max-width: 20rem;
	height: 4.06rem;
	color: #FF918C;
	font-weight: 700;
	border: 1px solid #FF918C;
	background: #1E1A29;
  padding: 0 10px 0 0;
  margin: 3rem auto 10rem auto;
}

.list_back_btn:after{
	display: block;
  position: absolute;
  font-family: "FontAwesome";
	font-size: 1.8rem;
  content: "\f0e2";
  top: 50;
	right: 0;
  margin: auto;
  padding: 0 20px 0 0;
}

.list_back_btn:hover {
  background: #FF918C;
  color: #ffffff;
}
 
@media print, screen and (max-width: 991px) {
	.plist .photo img {
		width: 200px;
	}
	.profile_h3 {
		font-size: 2.0rem;
	  padding-bottom: 20px;
	}
	.profile_h3 span {
		font-size: 1.1rem;
	}
	.photo_gallery {
	  width: 40%;
	}
	.profile_area_right {
		width: 60%;
	  padding-left: 50px;
	}
}
@media print, screen and (max-width: 767px) {

#profile h3 {
    text-shadow: 0px 0px 0px;
    font-size: 1.8rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0px;
    margin-bottom: 0rem;
}
	.profile_h3 span {
    text-align: center;
		font-size: 1.1rem;
    padding-left: 0px;
	}

	.plist .photo img {
		width: 150px;
	}
	.photo_gallery {
		float: none;
		margin: 0 auto; 
	  width: 80%;
	}
	.profile_area_right {
		float: none;
		width: 100%;
	  padding-top: 30px;
  padding-left: 0px;
	}
	.plist_txt{
	  width: 100%;
	}
}
@media print, screen and (max-width: 575px) {
	.plist .photo {
		width: 50%;
	  padding: 20px 0px 20px 0px;
	}
	.plist .photo img {
		width: 90%;
	}
	.profile_area_right {
	}
	.photo_gallery {
		float: none;
		margin: 0 auto; 
	  width: 80%;
	}
}

/* ===================================
スライダー
=================================== */
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.gallery{
	margin:0 0 6px 0;
}

.gallery li{
	list-style:none;
}

.gallery img{
  border: 1px solid #383345;
}

.slick-prev, 
.slick-next {
  position: absolute;
	z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  height: 25px;
  width: 25px;
}

.slick-prev {
  left:2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right:2.5%;
  transform: rotate(45deg);
}

.choice-btn li{
	cursor: pointer;
	outline: none;
	width: 32% !important;
	height: 110px;
	list-style:none;
	border: 1px solid #383345;
	margin: 0 0px 8px 8px;
}

.choice-btn li:first-child, .choice-btn li:nth-child(4n) {
	margin-left: 0px;
}

.choice-btn li img{
	height: 100%;
	width: 100%;
	object-fit: contain;
	opacity: 0.8;
}

.choice-btn li.slick-current img{
	opacity: 1;
}

.choice-btn .slick-track {
	transform: unset !important;
}

@media print, screen and (max-width: 991px) {
	.choice-btn li{
		margin: 0 0px 4px 4px;
	}
}
@media print, screen and (max-width: 767px) {
	.choice-btn li{
		margin: 0 0px 7px 7px;
	}
}
@media print, screen and (max-width: 575px) {
	.choice-btn li{
		width: 32% !important;
		height: 100px;
		margin: 0 0px 4px 4px;
	}
}

/* ------------------------------------------------------------------------
　   お店紹介
---------------------------------------------------------------------------*/
.text_adjustment {}

.width90 {
  width: 90%;
}
.width80 {
  width: 80%;
}

.heading {
	display: flex;
	justify-content: center;
	align-items: center;
  font-size: 1.2rem;
	text-align: center;
	color: #7FFF43;
  margin-top: 4rem;
}
.heading::before,
.heading::after {
	content: '';
	width: 1px;
	height: 40px;
	background-color: #7FFF43;
}
.heading::before {
	margin-right: 30px;
	transform: rotate(-45deg)
}
.heading::after {
	margin-left: 30px;
	transform: rotate(45deg)
}

.club_area span, .club_area_beside span {
	display: inline-block;
  margin-top: 0.3rem;
	color: #fff;
}

/* 無限ループ */
.loop_wrap {
  display: flex;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.loop_wrap img {
  max-width: none;
  width: auto;
  height: 100%;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap img:first-child {
  animation: loop 100s -50s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 100s linear infinite;
}

.concept_photo img {
  width: 33.33%;
}

.list_check { /* チェックリスト */ 
  padding: 0.8em 1.5em 0.8em 1.8em;
  position: relative;
}

.list_check li {
  padding: 0.3em 0;
  list-style-type: none!important;
}

.list_check li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left : 0em;
  color: #999999;
}


@media only screen and ( max-width : 1199px ) {  /* 1199px以下用 */
}
@media only screen and ( max-width : 991px ) {  /* 991px以下用 */	
  .width90, .width80 {
    width: 100%;
  }
}
@media only screen and ( max-width : 767px ) {  /* 767px以下用 */	
  .loop_wrap {
    height: 200px;
  }
}
@media only screen and ( max-width : 575px ) {  /* 575px以下用 */	
}

@media only screen and ( max-width : 375px ) {  /* 375px以下用 */	
  .text_adjustment {
    font-size: 3.9vw;
  }
}



/* ---------------------------------------------------------------------------------------------
　   ボードゲームリスト
--------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------
　   お問い合わせ
--------------------------------------------------------------------------------------------- */
.form_space {
	width: 50%;
	margin: 0 auto;
}

.form dl {  /* データリスト(  2カラム  ) */ 
  width: 100%;
  margin-top: 10px;
  border-top: 0px solid #8a8a8a;
}
.form dt {
	font-weight: 500;
	line-height: 1.0;
  padding: 4px 0px 0px 0;
}
.form_check dt {
  color: #FF918C;
}
.form dd {
	line-height: 2.0;
  padding: 10px 0px 20px 0;
}
.form dt:last-of-type {
  border-bottom: 0px;
}
.form dd:last-of-type {
  border-bottom: 0px;
}

.form_ctrl {
  height: calc(1.5em + 1.0rem + 2px);
  padding: 0.0rem 0.7rem;
  line-height: 1.0;
  color: #495057;
  font-size: 1.2rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.form_ctrl_textarea {
  width: 100%;
  padding: 0.5rem 0.7rem;
  line-height: 1.5;
  color: #495057;
  font-size: 1.2rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.form_btn {
  display: inline-block;
	text-align: center;
  vertical-align: middle;
	border: 1px solid transparent;
  padding: 0.875rem 0.75rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  font-size: 1.2rem;
  background-color: #FF918C;
  border-color: #FF918C;
  border-radius: 0.25rem;
}

.form_btn:hover {
  color: #FF918C;
  background-color: #1E1A29;
  border-color: #FF918C;
}


@media only screen and ( max-width : 991px ) {  /* 991px以下用 */
	.form_space {
		width: 80%;
	}
}
@media only screen and ( max-width : 767px ) {  /* 767px以下用 */
	.form_space {
		width: 100%;
	}
}

@media only screen and ( max-width : 575px ) {  /* 575px以下用 */
  .form_ctrl {
    width: 90%;
  }
}
@media only screen and ( max-width : 392px ) {  /* 392px以下用 */
	.form_ctrl {
		width: 100%;
	}
  .form_btn {
    font-size: 1.0rem;
  }
}

/*画像オンマウス透過
---------------------------------------------------------------------------*/
a:hover img{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity:0.6;
}

/*ボタン
---------------------------------------------------------------------------*/
.btn a{
  width:30%;
  min-width: 280px;
  margin: 0px auto;
  padding:20px 10px 20px 10px;
  color:#fff;
  text-align:center;
  display:block;
  text-decoration:none;
  border-radius: 2.5rem;
  background: #FF918C;
}
.btn a:hover{
  background:#9E00B8;
}
.btn-secondary {
    color: #FF918C;
    background-color: #ffffff;
    border-color: #FF918C;
}
.btn-secondary:hover, .btn-secondary:active  {
  background-color: #ffcfcd;
  border-color: #ffcfcd;
}

/*トップへ戻るボタン
---------------------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 100%;
}
#page-top a {
  display: block;
  background: #ffffff;
  text-decoration: none;
  color: #1E1A29;
  width: 80px;
  height: 80px;
  padding: 20px 0;
  line-height: 0.8;
  text-align: center;
  font-family: "Barlow Condensed";
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0rem;
}
#page-top a:hover {
  text-decoration: none;
  background: #FF918C;
}
#page-top i {
  display: inline-block;
  width: 2.0rem;
  height: 2.0rem;
  transform: rotate(-45deg);
  flex-shrink: 0;
  border-top: 1px solid #474747;
  border-right: 1px solid #474747;
}

@media only screen and ( max-width : 575px ) {  /* 575px以下用 */
	#page-top {
	  bottom: 20px;
	  right: 20px;
	  font-size: 90%;
	}
	#page-top a {
	  line-height: 0.6;
	  width: 60px;
	  height: 60px;
	  padding: 17px 0;
	  font-size: 0.9rem;
	}
	#page-top i {
	  width: 1.5rem;
	  height: 1.5rem;
	}
}

@media (max-width: 752px) {
  a[href^="tel:"] {
    text-decoration: underline !important;
    color: #fff;
  }
}

@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #fff;
  }
}
