@charset "UTF-8";
body{}



/* =============================================
	mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: #a254b8;
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #ffffff;
	border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
	color: #ffffff;
}
#menu-button.is-active .ham-lines span {
	opacity: 0;
}
#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* Mobile Header Menu Container */
nav.nav-off{
	display:none;
}
#main-menu-container.is-active {
	position: fixed;
	z-index: 700;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	background-color: #f1f1f1;
	display:block;
}
/* Header Main Menu */
#main-menu-container.is-active .main-menu,
#main-menu-container.is-active .sub-menu {
	margin: 0;
	list-style: none;
}
#main-menu-container.is-active .menu-item {
	margin: 0;
	padding: 8px 0 0 16px;
}
#main-menu-container.is-active .main-menu {
	position: static;
	width: 100%;
	max-width: 94%;
	margin: 0 auto 16px;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
}
#main-menu-container.is-active .main-menu>li {
	margin: 0 16px;
	padding: 8px;
	border-bottom: dotted 1px #ccc;
}
#main-menu-container.is-active .main-menu>li:last-of-type {
	border-bottom: none;
}
#main-menu-container.is-active .main-menu li a {
	font-size: 16px;
	line-height: 2;
	color: #111;
}

@media screen and (max-width: 1024px) { /* mobile visibility changes for max-width */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	#main-menu-container:not(.is-active){
		display:none;
	}
}

/* === mobile menu end === */

.table_page_3 table tr td {
    border: 1px solid #a45eb8;
    padding: 17px 15px;
    text-align: center;
    color: #000;
}
.table_page_3 table tr:first-child td {
    font-weight: bold;
    background: #7d3c94;
    color: #fff;
}
/* =============================================

	Media Query

============================================= */

body{
	background:#e7cfed;
}

body .pagewidth{
	max-width:1100px;
  width:100%;
}
body *{
    box-sizing:border-box;
}

/**pagewidth body

:root{
  --pagewidthbody:1600px;
}

#pagewrap,
.themify_builder_row.fullwidth .row_inner{
	max-width:var(--pagewidthbody);
    width: 100%;
    margin: 0 auto;
}

end pagewidth body**/

#pagewrap.site{
  color:#000;
  font-size:14px;
  line-height:2.0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight:500;
}

.site a {
    color: #000;
    text-decoration: underline;
}
.site a:hover {
    color: #196836;
    text-decoration: none;
}

/* -----End pagewrap pagewidth----- */

/* -----header----- */
body #headerwrap{
   background-color:inherit;
  background:url("../images/uploads/bg_header.jpg")no-repeat left top,#300550;
}

#headerwrap #header,
#footerwrap #footer{
   border:0px;
}

#header{
	overflow:hidden;
	padding:0;
}

.left_header,#site-logo,.list_img_header{
	float:left;
}

.right_header{
	float:right;
}

h1.text_1_header{
	font-size:19px;
  color:#ff0000;
  font-weight:bold;
  margin:8px 0 4px;
}

.list_img_header img{
	display:block;
}

.list_img_header img:last-child{
	padding-top:5px;
}

.right_header{
	margin-top:15px;
}

.header-brand-container{
	padding:0 5px 3px 0;
}

#header.pagewidth{
  max-width:1110px;
}

body #site-logo{
	position:static;
}

#site-logo a,#site-logo img{
	display:inline-block;
	vertical-align:middle;
}

#pagewrap .bg_navi .pagewidth{
	max-width:1120px;
}
@media screen and (min-width:1025px) {
	#header.pagewidth{
		min-width:1135px;
	}

	#pagewrap .bg_navi .pagewidth{
		min-width:1135px;
	}
}
/* -----end header----- */

/* -----menu----- */

.bg_navi{
	border-top: 1px solid #f4e39e;
    background: #693789;
}
/* #headerwrap #main-menu-container{background:url("../images/uploads/bg_black_1.jpg");} */
 #headerwrap #main-menu{height: 84px; width: 100%;;text-align:center;list-style:none;margin:0 auto;}
 #headerwrap #main-menu > li {padding:0;margin:0;display:block;position:relative;height: 84px;background-image:url("../images/uploads/menu-re.png");z-index:2;float: left;}
 #headerwrap #main-menu > li > a {display:block;height:100%;text-align:left;padding: 0;margin: 0;color:transparent;font-size:18px;text-decoration:none;}
 #headerwrap #main-menu li ul.sub-menu{width:100%;border: 0;border-radius: 0;padding: 0;background:rgba(255,255,255,0.8);}
 #headerwrap #main-menu li ul.sub-menu li {border-bottom: 1px dotted #666;width: 100% !important;margin:0;}
 #headerwrap #main-menu li ul.sub-menu li a {padding:10px 5px;font-size: 14px;width: 100% !important;color: #000 !important;z-index:100;display: block;
    white-space: break-spaces;text-decoration:none;}
 #headerwrap #main-nav .current_page_item a,#pagewrap #main-nav .current-menu-item a {background-color: transparent;color: #666;border-radius: 0;}

 #headerwrap #main-menu  li.nav_f,
 #headerwrap #main-menu  li.nav00 {display:none;}

#headerwrap #main-menu > li:hover{
	/* border-color:#00c8ea; */
}

#headerwrap #main-menu ul.sub-menu li a:hover{
	text-decoration:underline;
}

#headerwrap #main-menu li ul.sub-menu{
	display: block !important;
    position: absolute;
	top:100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s ease-in, opacity 0.1s ease-in;
	z-index: 100;
    border-radius: 5px;
    left: -999em;
	width:100%;
	border: 0;
	border-radius: 0;
	padding:0;
	background:#fff;
	list-style:none;
	margin:0;
	white-space: nowrap;
}
@media screen and (min-width: 1025px) {
#headerwrap #main-menu li:hover > ul.sub-menu{
    left: 50%;
    transform: translateX(-50%);
	visibility: visible;
    opacity: 1;
}

 #headerwrap #main-menu li.nav01 { width: 144px;background-position: top left 0px;}
 #headerwrap #main-menu li.nav02 { width: 184px;background-position: top left -144px;}
 #headerwrap #main-menu li.nav03 { width: 237px;background-position: top left -328px;}
 #headerwrap #main-menu li.nav04 { width: 259px;background-position: top left -565px;}
 #headerwrap #main-menu li.nav05 { width: 139px;background-position: top left -824px;}
 #headerwrap #main-menu li.nav06 { width: 157px;background-position: top left -963px;}


 #headerwrap #main-menu > li a:hover{background:rgba(255,255,255,0.2);}

}
/* -----end menu----- */

/* -----footer----- */
#footerwrap #footer{
	overflow:hidden;
}

body #footerwrap #footer-nav {
    padding: 40px 0 60px;
}

#footerwrap #footer-nav li.nav01 {
   display:none;
}

body #footerwrap #footer-nav li{
   border:0px;
  width:200px;
  text-align:left;
}

body #footerwrap #footer-nav > li{
  margin-right:20px;
}

body #footerwrap #footer-nav > li:last-child{
  margin-right:0px;
}

body #footerwrap #footer-nav > li > a{
  padding:11px 10px 15px 15px;
    margin-bottom: 14px;
    display: block;
    background:url("../images/uploads/bg_footer_navi.png")repeat-x center bottom, #a254b8;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

body #footerwrap #footer-nav li .sub-menu {
    display: table-caption;
  margin:0;
}

body #footerwrap #footer-nav li .sub-menu a{
   padding:0 5px 0 15px;
  	display:block;
   text-decoration: none;
  background:url("../images/uploads/icon_footer_navi.png")no-repeat top 5px left;
  font-size:12px;
  line-height:2;
  color: #000;
}


.copyright-container{
	background:#490f75;
  padding:20px 0 19px;
	text-align:center;
}

.copyright-container span{
	color:#fff;
  font-size:13px;
}

.copyright-container a img{
	display:block;
}

.copyright-container span,.copyright-container a{
  display:inline-block;
	vertical-align:middle;
  padding-left:3px;
}

#pc-backtop{
    bottom: 15px;
    right: 15;
}

#pagewrap .f-con .rtt a{
	padding:0;
}

/* -----end footer----- */

/* -----general----- */

body .module.module-layout-part{
	margin-bottom:0px;
}

#pagewrap .module .module-title{

}

.module .module-title{
	margin-bottom:15px;
}

.module-image:hover a img{
	opacity:0.7;
}

table{
	width:100%;
	border-collapse:collapse;
}


.module.module-buttons *{
	display:block;
}

.module.module-buttons span{
	margin:0;
}


.m_font_1.module,
.ti_font_1.module .module-title{

}

#content{
	padding:0;
}

.module{
	margin-bottom:30px;
}
.module p:last-child{
	margin:0;
}

body .module_row > .row_inner {
    max-width:100%;
}

.sidebar1 #sidebar {
    width: 300px;
    padding: 8px 0 20px;
}
#sidebar .module-title {
    padding: 20px 10px 23px 40px;
    margin-bottom: 0;
    display: block;
    background: url("../images/uploads/title_icon_sidebar.png")no-repeat top 23px left 14px, url("../images/uploads/line_border_sidebar.png")repeat-x center bottom, #a254b8;
    color: #fff;
    text-decoration: none;
}
#sidebar tr td {
    padding: 20px 19px;
    color: #910bae;
    text-decoration: underline;
    background-color: #fdf2ff;
	border-bottom: dotted 1px #7A7A7A;
}
#sidebar tr td a {
    color: #910bae;
}

#content {
    /* width: calc(100% - 300px - 40px); */
	padding-top:40px;
}

.ti_page_1.module{
	background:
		url(../images/uploads/bg_title_1.png)no-repeat top right 15px,
		url(../images/uploads/line_border_top.png)repeat-x center bottom, #8151A0;
    padding: 20px 100px 22px 25px;
	font-size:14px;
	color:#fff;

	display: flex;
    align-items: baseline;
	flex-wrap: wrap;
}
.ti_page_1.module .module-title{
    font-size: 20px;
    color: #fff;
    margin-bottom:0;
}
.ti_page_1.module .module-title,
.ti_page_1.module .tb_text_wrap{
	display:inline-block;
}
.ti_page_1.module .tb_text_wrap{
	padding-left:10px;
}

.ti_page_1.module .module-title font{
    font-size: 11px;
    font-weight: normal;
    display: block;
}

.ti_page_2.module .module-title{
	background: url(../images/uploads/bg_title_2.png)no-repeat center left 12px, #aa62be;
    margin-bottom: 0;
    font-size: 17px;
    color: #fff;
    padding: 18px 25px 16px 52px;
}

.ti_page_2.module .module-title font{
    display: block;
    font-size: 11px;
    font-weight: normal;
}

.table_page_1 td{
	border: 1px solid #a45eb8;
    padding: 17px 29px;
	vertical-align: middle;
}
.table_page_1 td:first-child {
    background: #ba85ca;
    color: #fff;
    width: 145px;
    text-align: center;
}

.table_page_1b td:first-child {
    width: 215px;
    padding: 17px 0;
}

.ti_line_left_1.module .module-title{
	font-size: 16px;
    color: #000;
    border-left: 5px solid #de72ba;
    padding-left: 18px;
    margin-bottom: 0;
}

.table_page_2 table tr td {
    border: 1px solid #a45eb8;
    padding: 17px 15px;
}
.table_page_2 table tr:first-child td {
    background: #ba85ca;
    color: #fff;
    text-align: center;
}
.table_page_2 table tr td:first-child {
    font-weight: bold;
    text-align: center;
    padding: 17px 5px;
    width: 140px;
}
.table_page_2 table tr:first-child td:first-child {
    font-weight: normal;
}
.table_page_2 table tr td:nth-child(2) {
    padding: 17px 14px;
    width: 140px;
}
.table_page_2 table tr:first-child td:nth-child(3) {
    text-align: center;
    color: #fff;
    font-weight: normal;
}
.table_page_2 table tr td:nth-child(3) {
    color: #ff0000;
    font-weight: bold;
    padding: 17px 10px;
}

.text_home_2.module{
	padding: 20px 30px 30px 30px;
    background: #fff;
    border-radius: 15px;
}

.content_lp_2_text_1.module .module-title{
	margin-bottom:15px;
}
.content_lp_2_text_1.module .image-content{
	padding:0;
}

/* -----end general----- */

.text_home_1.module img{
	float: right;
}

.title_1_sub1_1.module .module-title {
    background: url(../images/uploads/tenpo_kakutenpo.png)no-repeat center;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: #f8eafe;
    padding: 67px 10px 8px 0px;
    text-align: right;
}

.p_anchor.module {
    text-align: center;
}

.table_phy_1 td{
	padding:15px 0;
}
.table_phy_1 tr:not(:last-child) td {
    border-bottom: 1px dotted #000;
}

.table_phy_2 td {
    border: 1px solid #a45eb8;
    padding: 17px 29px;
}

.table_phy_2 tr:first-child td:first-child {
    width: 70px;
    padding: 17px 0;
    text-align: center;
}

.table_phy_2 tr:first-child td:last-child,
.table_phy_2 tr:last-child td {
    background: inherit;
    color: #000;
    text-align: left;
    padding: 10px 15px;
    width: 440px;
}

.table_phy_2 td:first-child {
    background: #ba85ca;
    color: #fff;
    width: 145px;
    text-align: center;
}

.gl_phy_1.module .wp-caption-text{
	margin:10px 0;
	font-size:18px;
}

.text_phy_1.module .module-title,
.content_lp_3_text_1.module .module-title{
	margin-bottom:15px;
}

.text_phy_2.module .module-title{
	margin-bottom:15px;
}
.text_phy_2.module .image-content{
	padding:0;
}

.text_weas_1.module .module-title{
	margin-bottom:20px;
}
.text_weas_1.module .tb_text_wrap{
	color: #ffffff;
    background: #90389a;
    padding: 10px;
}

@media screen and (max-width: 1280px) {
}


@media screen and (max-width: 1024px) {

	#pagewrap .pagewidth{
    width:98%;
  }
	#headerwrap #main-menu li.nav00 {
		display: block;
	}

	#pagewrap{
		padding-bottom:60px;
	}

	body.mobile_menu_active #header,body #header.header  {
    padding:50px 0 40px;
	}

	.header-brand-container,.rh{
		float:none;
		text-align:center;
		padding:0;
	 }

	.h_contact{
		display:none;
	}
#headerwrap #main-menu-container.is-active{
		display: block;
	padding:60px 3% 0;
	background:rgba(255,255,255,0.95);
	}
#headerwrap #main-menu {
    background: none;
    padding-right: 0;
	height:auto;
}
#headerwrap #main-menu li ul.sub-menu {
		position: static;
		opacity: 1;
		visibility: unset;
		background: none;
		padding:0;
	}
	#headerwrap #main-menu li ul.sub-menu li {
    	background:none;
		padding-bottom:0;
		border:0;
	}
	#headerwrap #main-menu li ul.sub-menu li a{
		padding:0;
	}
	li ul.sub-menu li:first-child {
		padding-top: 0;
	}
	li ul.sub-menu li:last-child {
		padding-bottom: 0;
	}
#headerwrap #main-menu-container ul > li.menu-item{
		padding: 10px;
		background: none;
		text-align: left;
		border-bottom: 1px dotted #000;
	float:none;
	height:auto;
	width:100% !important;
	}

	#headerwrap #main-menu > li > a {
		color: #000;
	}

body .sp-footer-icons-container a {
    font-size: 14px;
	padding: 11px 0;
	text-decoration:none;
	background: #a254b8;
	}

	.right_header,
	.left_header, #site-logo, .list_img_header,
	.left_header{
		float:none;
		text-align:center;
	}
	.list_img_header img {
		display: inline-block;
	}

	.header-brand-container{
		margin:0 0 10px;
	}

	body #footerwrap #footer-nav{
		display: grid;
    	grid-template-columns: auto auto auto;
		grid-gap: 15px;
		padding:40px 0 30px;
	}
	body #footerwrap #footer-nav li{
		width:auto;
	}
	body #footerwrap #footer-nav > li{
		margin:0 0 20px;
		padding:0;
	}
	body #footerwrap #footer-nav li .sub-menu {
		display: block;
	}

}

@media screen and (max-width: 939px) {

	#pagewrap .pagewidth{
    width:96%;
  }

  .f-con{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:9999;
  }

#headerwrap #main-menu > li {display:block;border:0;padding:10px;}


body #headerwrap {
  padding:0;
}


  body.mobile_menu_active .social-widget{
  	padding:0;
  }

body #footerwrap .f-con {
    display:flex;
	}

body #footerwrap .f-con a {
    padding: 5px;
  }

  .img_right_939_center .subrow_inner{
  	flex-direction: column-reverse;
  }

	.title_1_sub1_1.module .module-title {
    background: url(../images/uploads/bg_title_mobile.png)center;
    padding: 20px 10px;
		text-align: center;
	}

}


@media screen and (max-width: 768px) {

  .table_page_2.module .tb_text_wrap,
  .table_multicolumn.module .tb_text_wrap{
    overflow: auto;
    margin-right: 2%;
    margin-left: 2%;
	}


  .table_multicolumn.module.module .tb_text_wrap table{
    width: 685px;
	}
	.table_page_2.module.module .tb_text_wrap table{
		width:760px;
	}

}

@media screen and (max-width: 680px) {

#pagewrap .pagewidth{
    width:92%;
  }

	body #footerwrap #footer-nav{
    	grid-template-columns: auto auto;
	}
	body #footerwrap #footer-nav li li{
		display:block;
	}

	.text_phy_2.module .image-wrap,
	.content_lp_2_text_1.module .image-wrap{
		float:none;
		text-align:center;
		margin:0 0 20px;
	}

	.sidebar1 #sidebar{
		max-width:300px !important;
		width:100% !important;
		margin:0 auto !important;
		float:none;
	}

}

@media screen and (max-width: 568px) {}

@media screen and (max-width: 480px) {

	body #footerwrap #footer-nav {
		grid-template-columns: auto;
	}

	.img_tarot_1.module .image-wrap{
		width:100%;
		float:none;
		text-align:center;
	}

}

@media screen and (max-width: 380px) {}

@media screen and (max-width: 320px) {}

.tb_qet2288 .image-wrap{
	padding: 80px 60px 0 0;
}
#body .module .wpcf7 table tbody tr th, #body .module .wpcf7 table tbody tr td {
    border: solid 1px #7A7A7A;
    padding: 5px 7px;
}
#body .module .wpcf7 input[type=submit] {
    max-width: 250px;
    width: 100%;
    margin: 15px auto;
    background: #7A7A7A;
	border-radius: 0;
}
#body .module .wpcf7 table tbody tr th span{
	color: #ff0000;
    font-size: 10px;
    font-size: 0.625rem;
}
#body .module .wpcf7 table tbody tr th {
    color: #196836;
    width: 25%;
}
