@charset "utf-8";
/* CSS Document */

/*
* COMMON
******************************************************/
* {
	word-wrap:break-word;
	background-repeat:no-repeat;
	overflow-wrap:break-word
}
html {

	scroll-behavior:smooth;
	font-family: 'Noto Sans JP', Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', -apple-system,BlinkMacSystemFont,"Helvetica Neue",Verdana,sans-serif;
	font-weight: 400;
	font-size: 62.5%;
}
body {
	overflow-x: hidden;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.175em;
	overflow-wrap: break-word;
	word-break: normal;
}
@media screen and (max-width:768px) {
	body {
		letter-spacing: 1px;
	}
}

/* LINK */
body, body a {
	color: #323232;
}
body a,
body a:hover,
body a:visited {
 text-decoration:none;
}
a {
 transition:.2s ease-in-out;
}

/* IMG HOVER */
a img {
 transition:.2s ease-in-out;
}

/* hr */
hr {
    border: none;
    background: url(../img/common/border.jpg) no-repeat center center;
    height: 6px;
    padding: 3px 0;
}
.svg-symbol {
	display:none;
}

h2 {
	font-size: 1.3em;
}

.scroll_position {
    padding-top:120px;
    margin-top: -120px;
}
/*
* PC-SP
******************************************************/
.ge_pcOnly {
}
.ge_spOnly {
	display:none;
}
@media screen and (max-width:768px) {
	.ge_pcOnly {
		display:none;
	}
	.ge_spOnly {
		display:block;
	}
}
/* menu */
.pc-menu {
}
.sp-menu {
	display:none;
}
@media screen and (max-width:979px) {
	.pc-menu {
		display:none;
	}
	.sp-menu {
		display:block;
	}
}

@media screen and (min-width: 680px){	
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){	
  .pc { display:none; }
  .sp { display:block; }
}
/*
* LOADING
******************************************************/
#is-loading {
	display:block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
	z-index: 8;
}
#loading {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -70px;
	margin-left: -100px;
	text-align: center;
	z-index: 9;
}
#loading img {
	width: 150px;
}
@media screen and (max-width:768px) {
	#loading img {
		width: 130px;
	}
}

/*
* EFFECT
******************************************************/
/* shadow */
.shadow {
	box-shadow: 0 2px 3px rgba(9,9,9,.2);
}
/* scroll efect */
.effect-fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition : all 500ms;
}
.effect-fadein.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}
.effect .effect-fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
.effect .effect-fadein:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}
.effect .effect-fadein:nth-of-type(4) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
}


/*
* HEADER
******************************************************/
.global-header__wrapper {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	position: relative;
}

/*
* LOGO ANIMATION
******************************************************/
.fluffy {
	-webkit-animation: fluffy 0.8s linear 0s 1;
	animation: fluffy 0.8s linear 0s 1;
}
@-webkit-keyframes fluffy {
	0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { -webkit-transform: scale(0.9, 0.9) translate(0%, 5%); }
	30%  { -webkit-transform: scale(1.3, 0.8) translate(0%, 10%); }
	50%  { -webkit-transform: scale(0.8, 1.3) translate(0%, -10%); }
	70%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes fluffy {
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
	30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
	50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
	70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

/*
* PC MENU
******************************************************/

.global-pc-header__wrapper {
	padding: 5px 0 8px 0;
	height:100%;
	background-color: rgba(255,255,255,0);
	/*border-bottom: #e3e3e3 solid 1px;*/
	box-shadow: 0 0 3px 0 #e3e3e3;
	line-height: 1;
	transition: .1s;
}
.is-fixed {
  position: fixed;
	padding: 5px 0 5px 0;
	height: 60px;
	background-color: rgba(255,255,255,0.9);
	-moz-box-shadow: 10px 10px;
	-webkit-box-shadow: 10px 10px;
	-o-box-shadow: 10px 10px;
	-ms-box-shadow: 10px 10px;
	box-shadow: 0 0 3px 0 #e3e3e3;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
	-webkit-transition: all .4s ease 0s,background .6s ease .2s;
	transition: all .4s ease 0s,background .6s ease .2s;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow: hidden;
}
.global-pc-header {
	width: auto;
	padding: 0 60px;
	margin: auto;
	overflow: hidden;
	display:table;
}
.global-pc-header-logo {
	width: 250px;
	display:table-cell;
	vertical-align:top;
}
.global-pc-header-logo img {
	max-width:250px;
}
.global-pc-header-logo a:hover {
	-webkit-animation: fluffy 0.8s linear 0s 1;
	animation: fluffy 0.8s linear 0s 1;
}
.global-pc-header-nav {
	max-width: 710px;
	width: 100%;
	display:table-cell;
	vertical-align:top;
}


.global-pc-header__wrapper ul {
	display: flex;
	justify-content: center;
    margin:20px 0 0 0 ;
}
.global-pc-header li {
	width: 20%;
	text-align: center;
	font-weight: 400;
	font-size:1.5rem;
}
.is-fixed .global-pc-header li {
	transition: 0.24s all ease;
}
.global-pc-header li a {
	-webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}
.global-pc-header li a,
.global-pc-header li a:visited {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 0;
}
.global-pc-header li a::after,
.global-pc-header li a:hover,
.global-pc-header li a:active,
.global-pc-header li a:focus,
.global-pc-header li a.is_active {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-decoration: none;
	position: relative;
	transition: .24s all ease;
	background: url('../img/common/menu-hover.png')no-repeat;
	color: #f96482;
	padding: 0;
}
.nav-en {
	display:block;
	font-size:1.1rem;
	color:#c64545;
	padding-top: 10px;
	font-family: 'Josefin Sans', sans-serif;
}
.is-fixed .nav-en {
	transition: .24s all ease;
}

@media screen and (min-width:979px) and (max-width:1179px) {
	.global-pc-header li {
		font-size:1.4rem;
		letter-spacing: 0.15em;
	}
}
@media screen and (max-width:979px) {
	.global-pc-header__wrapper {
		display:none;
		height: 0;
	}
	.is-fixed {
		position: static;
		display: none;
		height: 0;
	}
}

/*
* SP MENU
******************************************************/
.menu-trigger,
.menu-trigger span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	cursor :pointer;
}
.menu-trigger{
	position: relative;
	width: 50px;
	height: 50px;
	color:#c64545;
	border-radius: 4px;
	z-index: 7;
}
.menu-trigger span{
	position: absolute;
	background: #c64545;
	width: 30px;
	height: 3px;
	left: 0;
	right: 0;
	margin: auto;
}
.menu-trigger span:nth-of-type(1){
  top: 19px;
}
.menu-trigger span:nth-of-type(2){
	top: 9px;
	bottom: 0;
}
.menu-trigger span:nth-of-type(3){
	bottom: 10px;
}
.menu-trigger.active span:nth-of-type(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
#menu-text {
	font-size: 1rem;
	text-align: center;
	color: #c64545;
	font-family: 'Josefin Sans', sans-serif;
}
/* SP menu list */
.global-sp-header__wrapper{
	background: #fff;
	height: 60px;
	z-index: 99999;
	transition: .1s;
	width: 100%;
}
.is-fixed-sp {
	position: fixed;
	top:0;
	background-color: rgba(255,255,255,0.9);
}
.global-sp-header-logo {
   position: absolute;
    /*width:100%;*/
	padding: 10px 5px 0 10px;
    float:left;
}
.global-sp-header-logo img {
	max-width:200px;
}
.global-sp-header-logo a:hover {
	-webkit-animation: fluffy 0.8s linear 0s 1;
	animation: fluffy 0.8s linear 0s 1;
}


.sp_social-sharing__wrapper {
    position: relative;
	padding: 30px 0 0 75px;

 
}


.global-sp-header {
	position: absolute;
	top: 10px;
	right: 12px;
}
.global-sp-header-nav {
	display: none;
	position: fixed;
	top: px;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999999;
	background: -webkit-linear-gradient(330deg, rgba(23, 2, 2, 0.9) 20%, rgba(0, 0, 0, 0.9) 100%);
	background: linear-gradient(120deg, rgb(0, 0, 0) 0%, rgba(216, 85, 85, 0.9) 100%);
}
.global-sp-header-nav ul {
	display: block;
	text-align: center;
}
.global-sp-header-nav ul li {
	 font-size: 1.6rem;
	 letter-spacing: 0.2em;
	padding: 24px 0;
}
.global-sp-header-nav ul li:not(:first-child) {
	padding: 0 0 24px;
}
.global-sp-header-nav ul li a {
	display: block;
	text-decoration: none;
	color:#FFFFFF;
}

/*
.global-sp-header-nav ul li.bg01 a {
	background: #8CCBDD;
}
.global-sp-header-nav ul li.bg02 a {
	background: #45ADCB;
}
*/
.head-nav-en {
	font-family: 'Josefin Sans', sans-serif;
}
.global-sp-header-nav ul.list-2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.global-sp-header-nav ul.list-2col li {
	font-size: 1.3rem;
	letter-spacing: 0.175em;
	padding: 12px 6px 0 0;
}
.global-sp-header-nav ul.list-2col li:not(:first-child) {
	padding: 12px 0 0 6px;
}
.global-sp-header-nav ul.list-2col li a {
	display: inline-block;
	text-decoration: none;
	color:#FFFFFF;
}

/*
* MAIN CONTENTS
******************************************************/
.main-content__wrapper {
	width:100%;
	overflow:hidden;
}
.main-content__outer {
	background: #FFFFFF;
	overflow: hidden;
}
.main-content__outer-stripe {
	background: url(../img/common/bg-border.png) repeat;
}
.main-content {
	max-width:980px;
	margin:auto;
}
.main-content__inner {
	max-width: 980px;
	margin: auto;
}


@media screen and (max-width:768px) {
	.main-content {
		padding: 15px 0;
	}
}

.sec_area .sec_title{
	font-size: 16px;
    background: #000;
    color: #fff;
    padding: 5px 20px;
    border: none;
}

.sec_area .inside_title{
	padding-top: 10px;
}
.sec_area p {
font-size: 14px;
padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px
}
.sec_area ol {
	font-size: 14px;
list-style: decimal;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px
}


.hr1 {
  border-top: 1px dotted #aaa;
}



/*
* FLOW NAVI
******************************************************/
.flow-navi__wrapper {
	display:none;
  }
  .flow-navi {
	position: fixed;
	top: 220px;
	z-index: 8;
  }
  .flow-navi-text {
	color:#c64545;
	transform: rotate( -90deg );
	margin-bottom: 25px;
	font-size: 10px;
	letter-spacing: .4em;
	font-family: 'Josefin Sans', sans-serif;
  }
  .flow-navi__anchor {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 1;
	background-color: transparent;
	border-radius: 50%;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	transition: all 0.15s ease;
  }
  .flow-navi__anchor a {
	display: block;
	margin: 0 auto;
  }
  .flow-navi__anchor.is-icon--twitter {
   fill:#c64545;
  }
  .flow-navi__anchor.is-icon--twitter:active,
  .flow-navi__anchor.is-icon--twitter:hover {
   background-color:#1DA1F2;
   fill:#FFFFFF;
  }
  .flow-navi__anchor.is-icon--twitter:active .flow-navi-icon-twitter,
  .flow-navi__anchor.is-icon--twitter:hover .flow-navi-icon-twitter {
   fill:#FFFFFF;
   transition:all 0.15s ease;
  }
  .flow-navi__anchor.is-icon--facebook {
	fill:#c64545;
  }
  .flow-navi__anchor.is-icon--facebook:active,
  .flow-navi__anchor.is-icon--facebook:hover {
   background-color:#c64545;
   fill:#FFFFFF;
  }
  .flow-navi__anchor.is-icon--facebook:active .flow-navi-icon-facebook,
  .flow-navi__anchor.is-icon--facebook:hover .flow-navi-icon-facebook {
   fill:#FFFFFF;
   transition:all 0.15s ease;
  }
  .flow-navi__anchor.is-icon--hatenabookmark {
	fill:#c64545;
  }
  .flow-navi__anchor.is-icon--hatenabookmark:active,
  .flow-navi__anchor.is-icon--hatenabookmark:hover {
   background-color:#00a4de;
   fill:#FFFFFF;
  }
  .flow-navi__anchor.is-icon--hatenabookmark:active .flow-navi-icon-hatenabookmark,
  .flow-navi__anchor.is-icon--hatenabookmark:hover .flow-navi-icon-hatenabookmark {
   fill:#FFFFFF;
   transition:all 0.15s ease;
  }
  .flow-navi__anchor.is-icon--line {
	fill:#c64545;
  }
  .flow-navi__anchor.is-icon--line:active,
  .flow-navi__anchor.is-icon--line:hover {
   background-color:#00b900;
   fill:#FFFFFF;
  }
  .flow-navi__anchor.is-icon--line:active .flow-navi-icon-line,
  .flow-navi__anchor.is-icon--line:hover .flow-navi-icon-line {
   fill:#FFFFFF;
   transition:all 0.15s ease;
  }
  .flownavi-icon-twitter,
  .flownavi-icon-facebook,
  .flownavi-icon-hatenabookmark,
  .flownavi-icon-line,
  .flownavi-icon-pocket,
  .flownavi-icon-note {
	width: 20px;
	display: block;
	margin: 0 auto;
	height: 60px;
  }
  .flownavi-icon-twitter.is-flownavi-detail--footer,
  .flownavi-icon-facebook.is-flownavi-detail--footer,
  .flownavi-icon-hatenabookmark.is-flownavi-detail--footer,
  .flownavi-icon-line.is-flownavi-detail--footer,
  .flownavi-icon-pocket.is-flownavi-detail--footer,
  .flownavi-icon-note.is-flownavi-detail--footer {
   height:100%;
   width: 20px;
   height: 60px;
   fill: #c64545;
  }
  @media(max-width:863px) {
	.flow-navi__wrapper {
	  position: static;
	}
	.flow-navi {
	  display:none;
	}
  }

/*
BANNER
******************************************************/

.banner-area__wrapper {
}
.banner-area {
  color: #FFFFFF;
}
.banner-content {
  height: 165px;
  float: left;
  padding: 65px 0 0 0;
  text-align: center;
}
.banner01 {
  background: url(../../img/banner01.jpg) no-repeat center center;
  background-size: auto auto;
  background-size: cover;
  width: 25%;
}
.banner02 {
  background: url(../../img/banner02.jpg) no-repeat center center;
  background-size: auto auto;
  background-size: cover;
  width: 25%;
}
.banner03 {
  background: url(../../img/banner03.jpg) no-repeat center center;
  background-size: auto auto;
  background-size: cover;
  width: 25%;
}
.banner04 {
  background: url(../../img/banner04.jpg) no-repeat center center;
  background-size: auto auto;
  background-size: cover;
  width: 25%;
}
.banner-content h3 {
  padding: 0;
  font-weight: 400;
  text-shadow:2px 2px 7px #252627;
  font-size: 1.8rem;
  overflow: visible;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.5em;
}
.banner-content h3 span {
	display:block;
  font-weight: lighter;
  text-shadow:2px 2px 7px #252627;
  font-size: 1.2rem;
	line-height:1.75;
	letter-spacing: 0.25em;
	padding-bottom: 5px;
}
.banner-button {
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	margin-top: 18px;
}
.banner-button a {
	display: inline-block;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  border-bottom: solid 1px #fff;
	font-size: 1.6rem;
	letter-spacing: 0.5em;
}
.banner-button a:hover {
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
  opacity: 1;
}
@media screen and (max-width:800px) {
  .banner-content {
    height: 100px;
    padding: 30px 0 20px 0;
  }
	.banner01 {
	  width: 50%;
	}
	.banner02 {
	  width: 50%;
	}
	.banner03 {
	  width: 50%;
	}
	.banner04 {
	  width: 50%;
	}
	.banner-content h3 {
	  font-size: 1.5rem;
		letter-spacing: 0.4em;
	}
	.banner-content h3 span {
	  font-size: 1rem;
		line-height:1.5;
		letter-spacing: 0.25em;
	}
	.banner-button {
		margin-top: 20px;
	}
	.banner-button a {
		font-size: 0.8rem;
		letter-spacing: 0.25em;
		color: #fff;
		background-color: #cb4545;
		border: 1px solid #cb4545;
		padding: 1px 6px;
	}
}
.clearfix {
  overflow: hidden;
}

/*

* BUTTON
******************************************************/
.btn_info{ 
  position: relative;
  margin:0;/*余計な隙間を除く*/
  padding:0;/*余計な隙間を除く*/
  text-align: center;
  margin:20px 0 0 0;
  color:#fff;
 
  
}

.btn-border {
  display: inline-block;
  max-width: 500px;
  margin: 5px auto;
  text-align: left;
  border: 2px solid #cb4545;
  font-size: 16px;
  background-color: #cb4545;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 0px;
  transition: .4s;
}

.btn-border:hover {
  background-color: #fff;
  border-color: #cb4545;
  color: #cb4545;
}


/*

* BUTTON
******************************************************/
.btn_info2{ 
	position: relative;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	margin:40px 0 0 0;
	color:#fff;
   
	
  }
  
  .btn-border2 {
	display: inline-block;
	max-width: 350px;
	text-align: left;
	font-size: 1.7rem;
	background-image: linear-gradient(45deg, #f4c14e, #db4444);
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 4px;
	border-radius: 0px;
	transition: .4s;
	
  }
  
  .btn-border2:hover {
	background-image: linear-gradient(45deg, #f8c45d, #eb7070);
	color: #fff;
  }
  
  .balloon3 {
	position: relative;
	display: inline-block;
	margin: -2px 0 -10px -220px;
	padding: 0 5px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	background: #fc1100;
	border-radius: 50%;
	box-sizing: border-box;
	transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
	z-index: 100;
  }
  
  .balloon3:before {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fc1100;
	z-index: 0;
  }
  
/* 予約table */ 
.biz-hour {
	border-collapse: collapse;

  }
  @media screen and (max-width: 414px) {
	.biz-hour {/* スマホのときだけ親要素いっぱいに */
	  width: 95%;
	  max-width: 400px;
	  margin:0 auto;
	}
  }
  .biz-hour th, .biz-hour td {
	padding: 10px;
	text-align: center;
	/* 枠線。色を変えたい時は#ff6680というところをお好みで */
	border: 1px solid #666;
  }
  
  /* 上段。backgroundを書き換えれば背景色が変わります。 */
  .biz-hour th {
	background: rgb(243, 213, 217);
	font-weight: normal;
  }
  
  /* 土曜日の文字色 */
  .biz-hour th.sat {
	color: #3db2da;
  }
  
  /* 日曜日の文字色 */
  .biz-hour th.sun {
	color: #e66a6a;
  }


/* ///予約table */ 

/*
* FOOTER
******************************************************/
.global-footer__wrapper {
	width:100%;
	background: #FFFFFF;
	overflow:hidden;
	padding-top:40px;
}
.global-footer__container {
	max-width:1100px;
	margin:auto;
}
.global-footer__inner {
	display: -ms-flexbox;
	display: flex;
	width: 80%;
	margin: 0 auto;
}
.footer-navi {
	display: table;
	width:100%;
    margin: auto;
}
.footer-navi ul {
	display: table-cell;
	width:31%;
	letter-spacing: 0.175em;
}
.footer-navi li:first-child {
	color: #f96482;
	padding: 0;
	margin-bottom: 5px;
	font-size: 1.4rem;
	margin-right: 50px;
	letter-spacing: 2px;
	position: relative;
}
.footer-navi li:first-child p {
	z-index: 3;
	position: relative;
}
.footer-navi li:first-child::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 12px;
		background: -webkit-repeating-linear-gradient(-45deg, #f7e168, #f7e168 3px,#fffce9 3px, #fffce9 7px);
		background: repeating-linear-gradient(-45deg, #ffe0cc, #ffe0cc 3px,#ffefe9 3px, #ffefe9 7px);
    z-index: 2;
}
.footer-navi li {
	padding: 10px 0 0 0;
	font-size:1.3rem;
  text-decoration: none;
}
.footer-navi li a {
  color: #888;
  display: block;
	font-size:1.3rem;
}
.footer-navi li a:hover {
  color: #000;
	font-size:1.3rem;
}
.footer-en {
	font-family: 'Josefin Sans', sans-serif;
}
.pagetop-button {
	text-align: center;
	padding-top:0px;
}
.footer-navi-bottom {
	width:100%;
	padding: 15px 0;
	border-top: 2px solid #333333;
	margin-top:10px;
}
.footer-navi-bottom li {
	display:inline-block;
	padding-right:20px;
	font-size:1.3rem;
  text-decoration: none;
}
.footer-navi-bottom li a {
  color: #888;
  display: block;
	font-size:1.3rem;
}
.footer-navi-bottom li a:hover {
  color: #000;
	font-size:1.3rem;
}
.global-footer-copyright__wrapper {
	background: #333;
	padding:15px;
	text-align:center;
	height:65px;
}
.global-footer-copyright {
	color: #ffffff;
	letter-spacing: 0.2px;
	font-size: 1.4rem;
	margin-top:15px;
}
.social-sharing__wrapper {
	margin-left: auto;
	padding: 20px 0;
	text-align:center;
}
.social-sharing li {
	display: inline-block;
	color: #c64545;
	font-size:1.1rem;
}
.social-sharing a {
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #c64545;
	margin-right:1em;
	font-size: 1.6rem;
	padding: 6px 0 0 8px;
}
.social-sharing a.off {
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #ccc;
	margin-right:1em;
	font-size: 1.6rem;
	padding: 6px 0 0 8px;
}
.social-sharing i::before {
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
  font-weight: 900;
}
.social-sharing .fb i::before {
  font-family: "Font Awesome 5 Brands";
	content: '\f39e';
}
.social-sharing .tw i::before {
  font-family: "Font Awesome 5 Brands";
	content: '\f099';
}
.social-sharing .line i::before {
  font-family: "Font Awesome 5 Brands";
	content: '\f3c0';
}
.my-social-box .pinit i::before {
  font-family: "Font Awesome 5 Brands";
	content: '\f231';
}
.my-social-box .insta i::before {
  font-family: "Font Awesome 5 Brands";
	content: '\f16d';
}
.my-social-box .tumblr i::before {
  font-family: "Font Awesome 5 Brands";
	content: '\f173';
}
.my-social-box .feedly i::before {
  font-family: "Font Awesome 5 Free";
	content: '\f143';
}

/* CONTACT */
#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 3333;
 }
#modalWindow {
  width: 400px;
  height: 400px;
  position: fixed;
	background: #fff;
	padding: 45px 25px;
	border: #ebc5b9 solid 5px;
  display: none;
  z-index: 9999;
}
.my-box {
	width:100%;
	margin:auto;
	max-width:640px;
}
.my-icon {
	text-align:center;
}
.my-icon img {
	width:100%;
	max-width:120px;
	border-radius: 0%;
}
.my-name {
	color:#ff6687;
	text-align: center;
	font-size: 1.6rem;
	padding-top:15px;
}
.my-box__text {
	padding: 20px 15px 0 15px;
}
.my-box__text p {
	font-size: 1.3rem;
	color: #666;
	line-height: 1.75;
}
.my-social-box {
	text-align:center;
	padding: 20px 40px 30px 40px;
}
.footer-navi-bottom .my-social-box p {
	display: inline-block;
	color: #c64545;
}
.footer-navi-bottom .my-social-box a {
	display: inline-block;
	width: 16px;
	height: 25px;
	color: #c64545;
	margin-right:1em;
	font-size: 1.6rem;
	padding: 6px 0 0 8px;
}
.footer-navi-bottom .my-social-box a:hover {
  color:#ff6687;
	font-size:1.8rem;
}
.footer-navi-bottom .close-button {
	width: 210px;
	margin: 0 auto;
	font-size: 1.6rem;
	text-align: center;
}
.footer-navi-bottom .close-button a {
    display: block;
    padding: 5px;
    color: #F76882;
    font-size: 1.6rem;
    background: #fff;
    border:2px solid #F76882;
    border-radius: 23px;
    box-sizing: border-box;
    transition: all 0.3s;
}
.footer-navi-bottom .close-button a:hover {
  display: block;
  padding: 5px;
  color: #fff;
  font-size: 1.6rem;
  background: #F76882;
  border-radius: 23px;
  border:2px solid #F76882;
  box-sizing: border-box;
  backface-visibility: hidden;
}
@media screen and (max-width:768px) {
	.global-footer__wrapper {
	    width: 100%;
	    padding-top: 15px;
	}
	.global-footer__inner {
		display: block;
		padding:15px;
	}
	.footer-navi {
		display: block;
		width:100%;
	}
	.footer-navi ul {
		display: block;
		width:100%;
		padding-bottom:30px;
	}
	.footer-navi li:first-child {
		margin-right:0;
	}
	#modalWindow {
		width: 280px;
		height: auto;
		border: #ebc5b9 solid 5px;
		display: none;
		z-index: 9999;
	}
	.my-name {
		padding-top:0;
	}
	.my-box__text {
		padding: 13px;
	}
	.my-box__text p {
		font-size: 12px;
	}
	.my-social-box {
		text-align:center;
		padding: 0;
	}
}




.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	/*padding-bottom: 75%;   アスペクト比 4:3の場合の縦幅*/
	height: 0;
	overflow: hidden;
	margin:20px 0 ;
}

.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie-wrapper {
	width: 420px;
	max-width: 100%;
}




/*
* CONTENT 
******************************************************/
.main-content__wrapper{
	max-width: 1100px;
	margin:auto; 
  }
  
/*
* TITLE
******************************************************/
.content_title {
	margin-top: 10px;
	padding: 10px 0 0px 10px;
	background: url('../img/common/deco_flag.png') no-repeat;
  
  }
  .content_title h1 {
	display: inline-block;
	line-height: 1;
	font-size: 3.6rem;
	letter-spacing: 0.225em;
	font-weight: 500;
  }
  .content_title h1 span {
	font-size: 1.1rem;
	letter-spacing: 0.2em;
	color: #777;
	padding-left: 15px;
  }

  
  @media screen and (max-width:768px) {
	.content_title {
	  padding: 20px 20px 20px 20px;
	 
	}
	.content_title h1 {
	  font-size: 2.7rem;
	}
}

.btn_pdf {
	max-width:300px;
	font-size: 14px;
	margin:10px auto;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #777777;
	background: #e0ee20;
	transition: .4s;
	text-align: center;
  }
  
  .btn_pdf:hover {
	background: #ECECEC;
	color: #fff;
  }


	/* yoyaku_table */ 
	#yoyaku_table{
    display: block;
    width:100%;
    max-width:320px;
    margin:0 auto;
	
}
table.table01 {
    width:100%;
    max-width:320px;
    margin:30px auto;
    border-right:#141313 solid 1px;
    border-collapse: collapse;
    letter-spacing: 0.15rem;
}


table.table01 caption{padding:10px 0; font-weight: bold;}
table.table01 thead tr {display:table-cell;}

table.table01 thead tr:last-child {
    border:#2c2b2b solid 1px;
	border-bottom:#2c2b2b solid 1px;
}
table.table01 tbody{border-top:#2c2b2b solid 1px;}
table.table01 tbody .bg_gray {
    background:#e9e3e3;
    color:#2c2b2b;
    padding:0px 10px;
    border-bottom:#2c2b2b solid 1px;
    vertical-align:center;
	height:50px;
}

.border_left{border-right: 1px solid #2c2b2b;}
table.table01{
	
    border-bottom:#2c2b2b solid 1px;
}
table.table01 tbody td {
    background:none;
    padding:5px 0px;
	height:50px;
    border-left:#2c2b2b solid 1px;
    border-bottom:#2c2b2b solid 1px;
    vertical-align:center;
    text-align:center ;
    color:#dd0000;
    font-size: 16px;
	vertical-align:middle;
}
table.table01 tbody td p{
    font-size: 12px;
    color:#222;
    padding:0;
    margin:0;
}
table.table01 tbody td a {color:#dd0000; text-decoration: none; font-weight: bold;}
table.table01 tbody td a:hover{opacity: 0.8;}
 /* /// yoyaku_table */ 


 .fa-twitter:before {
    content: '𝕏' !important;
    font-family: sans-serif !important;
    font-weight: bold;
}