@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  基本CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [RESET,FORMAT]
--------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
    font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	word-break: break-all;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #2e2433;
	text-decoration: none;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}
a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
section a .thum img {
	transition: 0.6s;
	overflow: hidden;
}
section a .thum:hover img {
	transform: scale(1.1);
}
a .thum:hover,
.thum a:hover {
	opacity: 1;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 180%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* [SITE FORMAT]
--------------------------------------------------------------------------*/
html, body {
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 15px;
	height: 100%;
	line-height: 140%;
	color: #2e2433;
}
@font-face {
   font-family: 'Lora';
   src: url('webfonts/Lora-VariableFont_wght.ttf') format("truetype");
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"],
input[type="number"],
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
}
select::-ms-expand {
	display: none;
}
select {
	background: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
	margin-top: -1px;
	cursor: pointer;
}
input[type="submit"],
button {
	cursor: pointer;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
input[type="submit"]:hover,
button:hover {
	opacity: 0.50;
	-webkit-opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
label {
	cursor: pointer;
}
img {
	vertical-align: bottom;
}
h1 {
	line-height: 140%;
	font-weight: normal;
	color: #2e2433;
}
h2 {
	font-size: 32px;
	line-height: 140%;
	font-weight: normal;
	color: #2e2433;
	margin-bottom: 40px;
}
h3 {
	font-size: 30px;
	line-height: 140%;
	font-weight: normal;
	color: #2e2433;
	margin-bottom: 60px;
	text-align: center;
}
h4 {
	font-size: 18px;
	line-height: 140%;
	font-weight: normal;
	color: #2e2433;
}
h5 {
	font-size: 16px;
	line-height: 140%;
	font-weight: normal;
	color: #2e2433;
}
/* [other]
--------------------------------------------------------------------------*/
a[href^="tel:"] {
    pointer-events: none;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
	width: 100%;
	border: solid 1px #EEE;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 44px;
	padding: 0 10px;
	font-size: 16px;
} 
textarea {
	width: 100%;
	border: solid 1px #EEE;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px;
}
input[type="submit"] {
	background: #9351b9;
	color: #fff;
	width: 320px;
	height: 60px;
	line-height: 60px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 15px;
	margin: 0 auto;
	font-weight: bold;
	border-radius: 30px;
}
.btn-wrap {
	width: 180px;
	margin: 0 auto;
}
a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background: #2e2433;
  color: #2e2433;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
}
a.btn:hover {
	opacity: 1;
}
a.btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #2e2433;
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  left: -5px;
  transition-duration: 0.2s;
}
a.btn:hover span {
  left: -1px;
  top: -1px;
}
.tac {
	text-align: center;
}
.mrg_auto {
	margin: 0 auto;
}
.eng {
	font-size: 42px;
	margin-bottom: 20px;
	line-height: 100%;
	font-family: 'Lora', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.thum {
	width: 100%;
	height: auto;
	overflow: hidden;
}
a .thum img,
.thum a img {
	width: 100%;
	height: auto;
	transition: 0.6s;
	overflow: hidden;
}
a .thum:hover img,
.thum:hover a img {
	transform: scale(1.1);
}
.thum:hover,
.thum a:hover {
	opacity: 1;
}
.dsn {
	display: none;
}
.dsn-sp {
	display: none;
}
.dsn-pc {
	display: block;
}
.flx-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/* [footer]
--------------------------------------------------------------------------*/
footer {
	width: 100%;
	background: #9351b9;
	color: #fff;
}
.footer_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 100px 0 80px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
}
.f-content-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.f-content-wrap .f-left {
	width: 20%;
}
.f-content-wrap .f-right {
	width: 75%;
}
.f-content-wrap .f-logo {
	width: 180px;
	margin-bottom: 20px;
}
.f-sns-li {
	display: flex;
	flex-wrap: wrap;
	width: 180px;
	justify-content: center;
}
.f-sns-li li {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.f-sns-li li:last-child {
	margin-right: 0;
}
.f-content-wrap .name {
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 10px;
	color: #fff;
}
.f-content-wrap .address{
	font-size: 12px;
	margin-bottom: 40px;
}
.f-nav-wrap .link {
	border-top: 1px solid #fff;
	width: 100%;
	padding: 30px 0;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
}
.f-nav-wrap .link a {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	color: #fff;
}
.copyright {
	text-align: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 10px;
	padding: 30px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.back_top {
	display: none;
}
.back_top a {
	background: #9351b9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	width: 50px;
	height: 50px;
	text-align: center;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 3;
	padding: 12px 0;
	border-radius: 8px;
}
.fixd-btn {
	display: none;
	width: 100%;
	height: auto;
	padding: 10px;
	background: #42145d;
	position: fixed;
	bottom: 0;
	z-index: 10;
	box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.fixd-btn-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	margin: 0 auto;
	justify-content: space-between;
}
.fixd-btn-wrap a {
	width: 48%;
	color: #fff;
	height: 40px;
	line-height: 38px;
	font-weight: bold;
	border: 1px solid #fff;
	text-align: center;
	font-size: 12px;
}
/* [パンくず/ページナビ]
--------------------------------------------------------------------------*/
#breadcrumbs {
	background: #FFF;
	border-bottom: 1px solid #f8f8f8;
}
#breadcrumbs p {
	width: 100%;
	margin: 0 auto;
	font-size: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
	color: #999;
	max-width: 1240px;
    padding: 15px 20px;
    text-align: center;
}
#breadcrumbs span,
#breadcrumbs a {
	line-height: 30px;
}
#breadcrumbs a:hover {
	color: #999;
}
.wp-pagenavi {
    margin-top: 40px;
}
.wp-pagenavi .current,
.wp-pagenavi .pages {
    font-size: 14px;
    padding: 11px 14px;
    color: #fff;
    background: #9351b9;
    border: 1px solid #9351b9;
    border-radius: 8px;
    margin-right: 10px;
    display: inline-block;
}
.wp-pagenavi .inactive {
    font-size: 14px;
    padding: 11px 14px;
    border: 1px solid #9351b9;
    border-radius: 8px;
    margin-right: 10px;
    color: #9351b9;
    transition: 0.8s;
    display: inline-block;
}
.wp-pagenavi .inactive:hover {
    background: #9351b9;
    color: #fff;
    transition: 0.8s;
}
.wp-pagenavi a {
    padding: 0 20px 0 10px;
    color: #9351b9;
    display: inline-block;
}
/* [00.MEDIA QUERIES]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 845px) {
	a[href^="tel:"] {
	    pointer-events: inherit;
	}
	.dsn-sp {
		display: block;
	}
	.dsn-pc {
		display: none;
	}
	.btn {
		width: 100%;
	}
	.fixd-btn {
		padding: 15px;
		box-sizing: border-box;
	}
	.fixd-btn-wrap {
		width: 100%;
	}
	.fixd-btn-wrap .btn {
		width: 48%;
	}
	.fixd-btn-wrap .btn span {
		display: none;
	}
	.footer_wrap {
		padding: 80px 20px;
	}
	.f-content-wrap .f-left,
	.f-content-wrap .f-right {
		width: 100%;
	}
	.f-content-wrap .f-logo {
		margin: 0 auto 20px;
	}
	.f-sns-li {
		margin: 0 auto 60px;
	}
	.f-content-wrap .address {
		margin-bottom: 20px;
	}
	.f-nav-wrap {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.f-nav-wrap .link {
		line-height: 240%;
	}
	.copyright {
		width: 100%;
		padding: 20px 20px 100px;
	}
	.back_top a {
		bottom: 92px;
	}
	#breadcrumbs {
	    padding: 0 20px;
	}
	#breadcrumbs p {
	    padding: 15px 0;
	    overflow: scroll;
	    white-space: nowrap;
	}
}
