@charset "utf-8";

.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

.dn-pc {
	display: none;
}
.dn-sp {
	display: block;
}

@media screen and (max-width: 760px) {
	.dn-pc {
		display: block;
	}
	.dn-sp {
		display: none;
	}
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* ----------------------------------------------
 ! normalize
 ---------------------------------------------- */

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%;
	vertical-align: baseline;
	background: transparent;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #fff;
	color: #333;
	font-size: 1em;
	line-height: 1;
}

/* html5 format */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	vertical-align: middle;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* ----------------------------------------------
 ! Header
 ---------------------------------------------- */

header {
}
#header-wrap {
	margin: 0 auto;
	padding: 0 3vw;
}
#bnr-header {
	/* padding: 2vw 0 3vw; */
	padding: 20px 0 30px;
}
#bnr-header a {
	display: block;
	text-decoration: none;
}
#bnr-header a:hover {
	opacity: 0.7;
	transition: 0.2s ease-in-out;
}
#bnr-header a img {
	vertical-align: bottom;
}
#bnr-header a img:first-child {
	/* width: 30%; */
	margin: 0 1.8vw 0 0;
}

@media screen and (min-width: 1280px) {
	body {
	}
	header {
	}
	#header-wrap {
		padding: 0 40px;
	}
	#bnr-header {
		padding: 20px 0 30px;
	}
	#bnr-header a {
	}
	#bnr-header a:hover {
	}
	#bnr-header a img {
	}
	#bnr-header a img:first-child {
		width: auto;
		margin: 0 18px 0 0;
	}
}

@media screen and (max-width: 924px) {
	body {
	}
	header {
	}
	#header-wrap {
		padding: 0 4vw;
	}
	#bnr-header {
		/* padding: 3.9vw 0; */
		padding: 20px 0 20px;
	}
	#bnr-header a {
	}
	#bnr-header a:hover {
	}
	#bnr-header a img {
		display: block;
		height: auto;
	}
	#bnr-header a img:first-child {
		/* width: 70%; */
		width: 250px;
		/* margin: 0 auto 3vw; */
	}
}

#btn-header-nav {
	position: absolute;
	/* top: 2vw;
	right: 2vw; */
	top: 10px;
	right: 10px;

	display: block;
	width: 5vw;
	height: 7.7vw;
	background: none;
	text-align: center;
	padding: 1vw 0 0;
	font-size: 1.2vw;
	
	color: #a8020e;
	cursor: pointer;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	vertical-align: middle;
	transition: all 0.4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 3.5vw;
	height: 2.8vw;
	margin: 0 0 0.78vw;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.4vw;
	background: #a8020e;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 1.1vw;
}
.menu-trigger span:nth-of-type(3) {
	top: 2.24vw;
}

@media screen and (min-width: 1280px) {
	#btn-header-nav {
		top: 20px;
		right: 20px;
		width: 50px;
		height: 77px;
		padding: 10px 0 0;
		/* font-size: 1.125rem; */
		font-size: calc( 14 / 16 * 1.0rem );
	}
	.menu-trigger,
	.menu-trigger span {
	}
	.menu-trigger {
		width: 44px;
		height: 28px;
		margin: 0 0 15px;
	}
	.menu-trigger span {
		height: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 14px;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 28px;
	}
}

@media screen and (max-width: 924px) {
	#btn-header-nav {
		/* top: 3vw; */
		top: 10px;
		
		right: 0;
		/* width: 18%; */
		width: 60px;
		/* height: 23.1vw; */
		height: auto;

		padding: 0;
		/* font-size: 3.12vw; */
		font-size: calc( 10 / 16 * 1rem );
	}
	.menu-trigger,
	.menu-trigger span {
	}
	.menu-trigger {
		/* width: 9.1vw;
		height: 8.44vw;
		margin: 0 0 1.56vw; */
		width: 35px;
		height: 30px;
		margin-bottom: 5px;

	}
	.menu-trigger span {
		/* height: 1.28vw; */
		height: 5px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		/* top: 3.12vw; */
		top: 12px;
	}
	.menu-trigger span:nth-of-type(3) {
		/* top: 6.25vw; */
		top: 23px;
	}
}

#header-nav {
	display: none;
	border-top: 1px #ccc solid;
}
#header-nav h2 {
	border-bottom: 1px #ccc solid;
	position: relative;
}
#header-nav h2:after {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ccc;
}
#header-nav h2 a {
	display: block;
	background: #fafafa;
	padding: 1.5vw 2vw;
	font-size: 1.3vw;
	color: #000;
	text-decoration: none;
	position: relative;
}
#header-nav h2 a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.4vw;
	width: 0.8vw;
	height: 0.8vw;
	border: 0;
	border-top: 0.25vw #999 solid;
	border-right: 0.25vw #999 solid;
	transform: rotate(45deg);
	margin-top: -0.5vw;
}
#header-nav h2 a:hover {
	background: #eee;
	transition: 0.2s ease-in-out;
}
#header-nav ul {
	display: flex;
	flex-flow: row wrap;
}
#header-nav li {
	width: 50%;
	border-bottom: 1px #ccc solid;
	list-style: none;
}
#header-nav li:nth-child(odd) {
	border-right: 1px #ccc solid;
}
#header-nav li a {
	display: block;
	padding: 1.5vw 2vw;
	font-size: 1.3vw;
	color: #000;
	text-decoration: none;
	position: relative;
}
#header-nav li a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.4vw;
	width: 0.8vw;
	height: 0.8vw;
	border: 0;
	border-top: 0.25vw #999 solid;
	border-right: 0.25vw #999 solid;
	transform: rotate(45deg);
	margin-top: -0.5vw;
}
#header-nav li a:hover {
	background: #eee;
	transition: 0.2s ease-in-out;
}

@media screen and (min-width: 1280px) {
	#header-nav {
	}
	#header-nav h2 {
	}
	#header-nav h2:after {
	}
	#header-nav h2 a {
		padding: 15px 24px;
		font-size: 1.125rem;
	}
	#header-nav h2 a:before {
		right: 14px;
		width: 8px;
		height: 8px;
		border-top: 2.5px #999 solid;
		border-right: 2.5px #999 solid;
		margin-top: -4px;
	}
	#header-nav h2 a:hover {
	}
	#header-nav ul {
	}
	#header-nav li {
	}
	#header-nav li:nth-child(odd) {
	}
	#header-nav li a {
		padding: 15px 24px;
		font-size: 1.125rem;
	}
	#header-nav li a:before {
		right: 14px;
		width: 8px;
		height: 8px;
		border-top: 2.5px #999 solid;
		border-right: 2.5px #999 solid;
		margin-top: -4px;
	}
	#header-nav li a:hover {
	}
}

@media screen and (max-width: 924px) {
	#header-nav {
	}
	#header-nav h2 {
	}
	#header-nav h2:after {
	}
	#header-nav h2 a {
		padding: 3.9vw 3vw;
		/* font-size: 3.12vw; */
		font-size: calc(12 / 375 * 100vw);
	}
	#header-nav h2 a:before {
		right: 2vw;
		width: 2.34vw;
		height: 2.34vw;
		border-top: 0.78vw #999 solid;
		border-right: 0.78vw #999 solid;
		margin-top: -1.17vw;
	}
	#header-nav h2 a:hover {
	}
	#header-nav ul {
	}
	#header-nav li {
	}
	#header-nav li:nth-child(odd) {
	}
	#header-nav li a {
		padding: 3.9vw 3vw;
		/* font-size: 2.8vw; */
		font-size: calc(12 / 375 * 100vw);
	}
	#header-nav li a:before {
		right: 2vw;
		width: 2.34vw;
		height: 2.34vw;
		border-top: 0.78vw #999 solid;
		border-right: 0.78vw #999 solid;
		margin-top: -1.17vw;
	}
	#header-nav li a:hover {
	}
}

/* ----------------------------------------------
 ! Footer
 ---------------------------------------------- */

footer {
	padding: 1.4vw 4vw;
}
#footer-wrap {
	position: relative;
}
#footer-logo {
	float: left;
	width: 14%;
}
#footer-logo a {
	display: block;
}
#footer-logo a:hover {
	opacity: 0.7;
	transition: 0.2s ease-in-out;
}
#footer-logo img {
	width: 100%;
	height: auto;
}
#footer-nav {
	float: right;
	width: 48%;
}
#footer-nav ul {
	display: flex;
	flex-flow: row wrap;
}
#footer-nav li {
	width: 48%;
	margin: 0 4% 0 0;
	list-style: none;
}
#footer-nav li:last-child {
	margin: 0;
}
#footer-nav li a {
	display: block;
	height: 4vw;
	line-height: 4vw;
	border: 2px #ccc solid;
	text-align: center;
	font-size: 1.3vw;
	color: #000;
	text-decoration: none;
}
#footer-nav li a:hover {
	background: #eee;
	transition: 0.2s ease-in-out;
}
#copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0.9vw;
	color: #828282;
}

@media screen and (min-width: 1280px) {
	footer {
		padding: 20px 50px;
	}
	#footer-wrap {
	}
	#footer-logo {
		width: 165px;
	}
	#footer-logo a {
	}
	#footer-logo a:hover {
	}
	#footer-logo img {
	}
	#footer-nav {
		width: 565px;
	}
	#footer-nav ul {
	}
	#footer-nav li {
	}
	#footer-nav li:last-child {
	}
	#footer-nav li a {
		height: 50px;
		line-height: 50px;
		font-size: 1rem;
	}
	#footer-nav li a:hover {
	}
	#copyright {
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 924px) {
	footer {
		padding: 2.34vw 4vw;
	}
	#footer-wrap {
	}
	#footer-logo {
		float: none;
		width: 30%;
		text-align: center;
		margin: 0 auto 8vw;
	}
	#footer-logo a {
	}
	#footer-logo a:hover {
	}
	#footer-logo img {
	}
	#footer-nav {
		float: none;
		width: auto;
	}
	#footer-nav ul {
		display: block;
		padding: 0 0 3.9vw;
	}
	#footer-nav li {
		width: auto;
		margin: 0 0 2.34vw;
	}
	#footer-nav li:last-child {
		margin: 0 0 2.34vw;
	}
	#footer-nav li a {
		height: 10vw;
		line-height: 10vw;
		font-size: 3.12vw;
	}
	#footer-nav li a:hover {
	}
	#copyright {
		position: static;
		line-height: 1.5;
		text-align: center;
		margin: 0 auto;
		padding: 0 0 3vw;
		font-size: 2.34vw;
	}
}

/* ----------------------------------------------
 ! Main Navi
 ---------------------------------------------- */

#campus-nav {
	padding: 0 0 3vw;
}
#campus-nav ul {
	display: flex;
	flex-flow: row wrap;
}
#campus-nav li {
	width: calc(100% / 3);
	list-style: none;
}
#campus-nav dl {
	position: relative;
}
#campus-nav dt {
}
#campus-nav dt img {
	width: 100%;
	height: auto;
}
#campus-nav dd {
	padding: 1.8vw 1vw 0;
}
#campus-nav dd h3 {
	position: absolute;
	top: 20vw;
	left: 50%;
	display: table;
	width: 88%;
	margin: 0 0 0 -44%;
}
#campus-nav dd a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 6vw;
	background: #fff;
	text-align: center;
	font-size: 1.7vw;
	color: #000;
	font-weight: normal;
	letter-spacing: 0.2vw;
	text-decoration: none;
	position: relative;
}
#campus-nav dd a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.4vw;
	width: 0.8vw;
	height: 0.8vw;
	border: 0;
	border-top: 0.25vw #999 solid;
	border-right: 0.25vw #999 solid;
	transform: rotate(45deg);
	margin-top: -0.5vw;
}
#campus-nav dd a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 7.5%;
	width: 85%;
	height: 1px;
	background: #000;
}
#campus-nav dd a:hover {
	background: #eee;
	transition: 0.2s ease-in-out;
}
#campus-nav dd h3 em {
	position: absolute;
	top: -4vw;
	left: 2vw;
	font-size: 4.8vw;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.1vw;
}
#campus-nav dd p {
	line-height: 1.5;
	text-align: center;
	margin: 0 auto;
	font-size: 1vw;
}
#campus-nav dd p span {
	font-size: 0.8vw;
}

@media screen and (min-width: 1280px) {
	#campus-nav {
		padding: 0 0 30px;
	}
	#campus-nav ul {
	}
	#campus-nav li {
	}
	#campus-nav dl {
	}
	#campus-nav dt {
	}
	#campus-nav dt img {
	}
	#campus-nav dd {
		padding: 24px 10px 0;
	}
	#campus-nav dd h3 {
	}
	#campus-nav dd a {
		font-size: 1.4rem;
		letter-spacing: 2px;
	}
	#campus-nav dd a:before {
		right: 14px;
		width: 8px;
		height: 8px;
		border-top: 2.5px #999 solid;
		border-right: 2.5px #999 solid;
		margin-top: -4px;
	}
	#campus-nav dd a:after {
	}
	#campus-nav dd a:hover {
	}
	#campus-nav dd h3 em {
	}
	#campus-nav dd p {
		font-size: 0.9rem;
	}
	#campus-nav dd p span {
		font-size: 0.7rem;
	}
}

@media screen and (max-width: 924px) {
	#campus-nav {
		padding: 0 0 3.9vw;
	}
	#campus-nav ul {
	}
	#campus-nav li {
	}
	#campus-nav dl {
	}
	#campus-nav dt {
	}
	#campus-nav dt img {
	}
	#campus-nav dd {
		padding: 0;
		position: relative;
	}
	#campus-nav dd h3 {
		position: static;
		width: 100%;
		margin: 0;
	}
	#campus-nav dd a {
		height: 10vw;
		line-height: 1.3;
		padding: 3.12vw 4vw 2.34vw 0;
		/* font-size: 3.12vw; */
		font-size: calc(12 / 375 * 100vw);
		letter-spacing: 0.3vw;
	}
	#campus-nav dd a:before {
		right: 2vw;
		width: 2.34vw;
		height: 2.34vw;
		border-top: 0.78vw #999 solid;
		border-right: 0.78vw #999 solid;
		margin-top: -1.17vw;
	}
	#campus-nav dd a:after {
		left: 5%;
		width: 90%;
	}
	#campus-nav dd a:hover {
	}
	#campus-nav dd h3 em {
		top: -6vw;
		left: 2.4vw;
		font-size: 6.45vw;
		letter-spacing: 0.3vw;
	}
	#campus-nav dd p {
		display: none;
		line-height: 1.6;
		text-align: left;
		padding: 2vw;
		font-size: 2.34vw;
	}
	#campus-nav dd p span {
		font-size: 1.78vw;
	}
}

.pr-sub #campus-nav dt img {
	width: 100%;
	height: 14vw;
	object-fit: cover;
	object-position: 50% 35%;
}
.pr-sub #campus-nav dd h3 {
	top: 8vw;
}
.pr-sub #campus-nav dd h3 em {
	left: 6.8vw;
}

.pr-kyoto #campus-nav li:nth-child(1) dd a {
	color: #009999;
}
.pr-kyoto #campus-nav li:nth-child(1) dd a:after {
	background: #009999;
}
.pr-kyoto #campus-nav li:nth-child(1) dd p {
	color: #009999;
}
.pr-osaka #campus-nav li:nth-child(2) dd a {
	color: #ff6600;
}
.pr-osaka #campus-nav li:nth-child(2) dd a:after {
	background: #ff6600;
}
.pr-osaka #campus-nav li:nth-child(2) dd p {
	color: #ff6600;
}
.pr-shiga #campus-nav li:nth-child(3) dd a {
	color: #006699;
}
.pr-shiga #campus-nav li:nth-child(3) dd a:after {
	background: #006699;
}
.pr-shiga #campus-nav li:nth-child(3) dd p {
	color: #006699;
}

/* ----------------------------------------------
 ! Top
 ---------------------------------------------- */

article {
	padding: 0 0 5vw;
}
#top-disc {
	max-width: calc(1000px + 8vw);
	margin: 0 auto;
	padding: 1vw 4vw 5vw;
}
#top-disc h2 {
	line-height: 1.3;
	padding: 0 0 2vw;
	font-size: 2vw;
	font-weight: normal;
}
#top-disc p {
	line-height: 1.8;
	padding: 0 0 3vw;
	font-size: 1.3vw;
}
#top-disc aside {
}
#top-disc nav {
}
#top-disc ul {
	display: flex;
	flex-flow: row wrap;
}
#top-disc li {
	display: table;
	width: calc(96% / 3);
	height: 7vw;
	margin: 0 2% 0 0;
	list-style: none;
}
#top-disc li:last-child {
	margin: 0;
}
#top-disc li a {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
	border: 2px #ccc solid;
	padding: 0 1.5vw;
	font-size: 1.2vw;
	color: #000;
	text-decoration: none;
	position: relative;
}
#top-disc li a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.4vw;
	width: 0.8vw;
	height: 0.8vw;
	border: 0;
	border-top: 0.25vw #999 solid;
	border-right: 0.25vw #999 solid;
	transform: rotate(45deg);
	margin-top: -0.5vw;
}
#top-disc li a:hover {
	background: #eee;
	transition: 0.2s ease-in-out;
}

@media screen and (min-width: 1280px) {
	article {
		padding: 0 0 50px;
	}
	#top-disc {
		max-width: 1200px;
		padding: 10px 0 50px;
	}
	#top-disc h2 {
		padding: 0 0 20px;
		font-size: 1.6rem;
	}
	#top-disc p {
		padding: 0 0 30px;
		font-size: 1rem;
	}
	#top-disc aside {
	}
	#top-disc nav {
	}
	#top-disc ul {
	}
	#top-disc li {
		height: 80px;
	}
	#top-disc li:last-child {
	}
	#top-disc li a {
		padding: 0 15px;
		font-size: 1rem;
	}
	#top-disc li a:before {
		right: 14px;
		width: 8px;
		height: 8px;
		border-top: 2.5px #999 solid;
		border-right: 2.5px #999 solid;
		margin-top: -4px;
	}
	#top-disc li a:hover {
	}
}

@media screen and (max-width: 924px) {
	article {
		padding: 0 0 10vw;
	}
	#top-disc {
		max-width: auto;
		padding: 2.34vw 4vw 8vw;
	}
	#top-disc h2 {
		line-height: 1.5;
		padding: 2.34vw 0 6.25vw;
		font-size: 4.68vw;
	}
	#top-disc p {
		padding: 0 0 6.25vw;
		/* font-size: 3.12vw; */
		font-size: calc(14 / 375 * 100vw);
	}
	#top-disc aside {
	}
	#top-disc nav {
	}
	#top-disc ul {
		display: block;
	}
	#top-disc li {
		width: 100%;
		height: 15vw;
		margin: 0 0 3.9vw;
	}
	#top-disc li:last-child {
		margin: 0 0 3.9vw;
	}
	#top-disc li a {
		padding: 0 4vw;
		/* font-size: 3.12vw; */
		font-size: calc(14 / 375 * 100vw);
	}
	#top-disc li a:before {
		right: 2vw;
		width: 2.34vw;
		height: 2.34vw;
		border-top: 0.78vw #999 solid;
		border-right: 0.78vw #999 solid;
		margin-top: -1.17vw;
	}
	#top-disc li a:hover {
	}
}

#top-cannot {
	max-width: 1000px;
	background: #f7f7f7;
	margin: 0 auto;
	padding: 3vw;
}
#top-cannot h3 {
	line-height: 1.3;
	padding: 0 0 1vw;
	font-size: 1.8vw;
	color: #ff0000;
	font-weight: normal;
}
#top-cannot-disc {
	line-height: 1.8;
	padding: 0 0 2vw;
	font-size: 1.3vw;
}
#top-cannot ul {
	display: flex;
	flex-flow: row wrap;
	align-items: top;
	justify-content: center;
}
#top-cannot li {
	width: 48%;
	background: #fff;
	margin: 0 4% 0 0;
	padding: 2vw;
	list-style: none;
}
#top-cannot li:last-child {
	margin: 0;
}
#top-cannot dl {
}
#top-cannot dt {
	line-height: 1.3;
	padding: 0.5vw 0 1.4vw;
	font-size: 1.5vw;
}
#top-cannot dd {
}
.tc-txt {
	line-height: 1.6;
	padding: 0 0 2vw;
	font-size: 1.3vw;
}
.tc-btn {
	padding: 0 0 2.4vw;
}
.tc-btn a {
	display: block;
	width: 90%;
	height: 4.4vw;
	line-height: 4.4vw;
	border: 1px #ccc solid;
	text-align: center;
	margin: 0 auto;
	font-size: 1.3vw;
	color: #000;
	text-decoration: none;
	position: relative;
}
.tc-btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.4vw;
	width: 0.8vw;
	height: 0.8vw;
	border: 0;
	border-top: 0.25vw #999 solid;
	border-right: 0.25vw #999 solid;
	transform: rotate(45deg);
	margin-top: -0.5vw;
}
.tc-btn a:hover {
	background: #eee;
	transition: 0.2s ease-in-out;
}
.tc-img {
}
.tc-img img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 1280px) {
	#top-cannot {
		max-width: 1200px;
		padding: 40px;
	}
	#top-cannot h3 {
		padding: 0 0 20px;
		font-size: 1.5rem;
	}
	#top-cannot-disc {
		padding: 0 0 30px;
		font-size: 1rem;
	}
	#top-cannot ul {
	}
	#top-cannot li {
		padding: 30px;
	}
	#top-cannot li:last-child {
	}
	#top-cannot dl {
	}
	#top-cannot dt {
		padding: 10px 0 20px;
		font-size: 1.125rem;
	}
	#top-cannot dd {
	}
	.tc-txt {
		padding: 0 0 20px;
		font-size: 1rem;
	}
	.tc-btn {
		padding: 0 0 30px;
	}
	.tc-btn a {
		height: 50px;
		line-height: 50px;
		font-size: 1rem;
	}
	.tc-btn a:before {
		right: 14px;
		width: 8px;
		height: 8px;
		border-top: 2.5px #999 solid;
		border-right: 2.5px #999 solid;
		margin-top: -4px;
	}
	.tc-btn a:hover {
	}
	.tc-img {
	}
	.tc-img img {
	}
}

@media screen and (max-width: 924px) {
	#top-cannot {
		max-width: auto;
		padding: 4vw;
	}
	#top-cannot h3 {
		line-height: 1.5;
		padding: 2.34vw 0 3vw;
		font-size: 4.68vw;
	}
	#top-cannot-disc {
		padding: 0 0 3.9vw;
		/* font-size: 3.12vw; */
		font-size: calc(14 / 375 * 100vw);
	}
	#top-cannot ul {
		display: block;
	}
	#top-cannot li {
		width: auto;
		margin: 0 0 3.9vw;
		padding: 4vw;
	}
	#top-cannot li:last-child {
		margin: 0 0 3.9vw;
	}
	#top-cannot dl {
	}
	#top-cannot dt {
		text-align: center;
		padding: 2.34vw 0 4.68vw;
		font-size: 4.68vw;
	}
	#top-cannot dd {
	}
	.tc-txt {
		padding: 0 0 3.9vw;
		/* font-size: 3.12vw; */
		font-size: calc(14 / 375 * 100vw);
	}
	.tc-btn {
		padding: 0 0 6.25vw;
	}
	.tc-btn a {
		height: 10vw;
		line-height: 10vw;
		/* font-size: 3.12vw; */
		font-size: calc(12 / 375 * 100vw);
	}
	.tc-btn a:before {
		right: 2vw;
		width: 2.34vw;
		height: 2.34vw;
		border-top: 0.78vw #999 solid;
		border-right: 0.78vw #999 solid;
		margin-top: -1.17vw;
	}
	.tc-btn a:hover {
	}
	.tc-img {
	}
	.tc-img img {
	}
}

/* ----------------------------------------------
 ! Base
 ---------------------------------------------- */

.sub-sec {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2vw 4vw 5vw;
}
.sub-sec h1 {
	line-height: 1.4;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 3vw;
	font-size: 2vw;
	font-weight: bold;
	letter-spacing: 0.3vw;
}
.sub-sec h1 mark {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2vw 0 0;
	padding: 0.3vw 0.8vw;
	font-size: 1.4vw;
	color: #fff;
}
.pr-kyoto .sub-sec h1 {
	color: #009999;
}
.pr-osaka .sub-sec h1 {
	color: #ff6600;
}
.pr-shiga .sub-sec h1 {
	color: #006699;
}
.pr-kyoto .sub-sec h1 mark {
	background: #009999;
}
.pr-osaka .sub-sec h1 mark {
	background: #ff6600;
}
.pr-shiga .sub-sec h1 mark {
	background: #006699;
}
.txt-p {
	line-height: 1.8;
	padding: 0 0 3vw;
	font-size: 1.3vw;
}

@media screen and (min-width: 1280px) {
	.sub-sec {
		padding: 20px 40px 50px;
	}
	.sub-sec h1 {
		padding: 0 0 30px;
		font-size: 1.6rem;
		letter-spacing: 2px;
	}
	.sub-sec h1 mark {
		margin: 0 20px 0 0;
		padding: 4px 10px;
		font-size: 1.125rem;
	}
	.pr-kyoto .sub-sec h1 {
	}
	.pr-osaka .sub-sec h1 {
	}
	.pr-shiga .sub-sec h1 {
	}
	.txt-p {
		padding: 0 0 30px;
		font-size: 1rem;
	}
}

@media screen and (max-width: 924px) {
	.sub-sec {
		max-width: auto;
		padding: 3.9vw 4vw 10vw;
	}
	.sub-sec h1 {
		padding: 0 0 4.68vw;
		font-size: 4.68vw;
		letter-spacing: 0.2vw;
	}
	.sub-sec h1 mark {
		display: table;
		margin: 0 auto 3.12vw;
		padding: 1.25vw 3vw;
		font-size: 3.12vw;
	}
	.pr-kyoto .sub-sec h1 {
	}
	.pr-osaka .sub-sec h1 {
	}
	.pr-shiga .sub-sec h1 {
	}
	.txt-p {
		padding: 0 0 6.25vw;
		/* font-size: 3.12vw; */
		font-size: calc(14 / 375 * 100vw);
	}
}

.cat-index-ul {
	display: flex;
	flex-flow: row wrap;
}
.cat-index-ul li {
	width: 48%;
	margin: 0 4% 2vw 0;
	border: 2px #ccc solid;
	list-style: none;
}
.cat-index-ul li:nth-child(even) {
	margin: 0 0 2vw;
}
.cat-index-ul li a {
	display: block;
	padding: 0 3vw 0 0;
	font-size: 1.3vw;
	color: #000;
	letter-spacing: 0.1vw;
	text-decoration: none;
	position: relative;
}
.cat-index-ul li a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.4vw;
	width: 0.8vw;
	height: 0.8vw;
	border: 0;
	border-top: 0.25vw #999 solid;
	border-right: 0.25vw #999 solid;
	transform: rotate(45deg);
	margin-top: -0.5vw;
}
.cat-index-ul li a:hover {
	opacity: 0.7;
	transition: 0.2s ease-in-out;
}
.cat-index-ul dl {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.cat-index-ul dt {
	width: 32%;
}
.cat-index-ul dt img {
	width: 100%;
	height: auto;
}
.cat-index-ul dd {
	width: 68%;
	text-align: center;
}

@media screen and (min-width: 1280px) {
	.cat-index-ul {
	}
	.cat-index-ul li {
		margin: 0 4% 20px 0;
	}
	.cat-index-ul li:nth-child(even) {
		margin: 0 0 20px;
	}
	.cat-index-ul li a {
		padding: 0 30px 0 0;
		font-size: 1.125rem;
		letter-spacing: 2px;
	}
	.cat-index-ul li a:before {
		right: 14px;
		width: 8px;
		height: 8px;
		border-top: 2.5px #999 solid;
		border-right: 2.5px #999 solid;
		margin-top: -4px;
	}
	.cat-index-ul li a:hover {
	}
	.cat-index-ul dl {
	}
	.cat-index-ul dt {
	}
	.cat-index-ul dt img {
	}
	.cat-index-ul dd {
	}
}

@media screen and (max-width: 924px) {
	.cat-index-ul {
		display: block;
	}
	.cat-index-ul li {
		width: 100%;
		margin: 0 0 3.9vw;
	}
	.cat-index-ul li:nth-child(even) {
		margin: 0 0 3.9vw;
	}
	.cat-index-ul li a {
		padding: 0 6.25vw 0 0;
		/* font-size: 3.12vw; */
		font-size: calc(12 / 375 * 100vw);
		letter-spacing: 0.3vw;
	}
	.cat-index-ul li a:before {
		right: 2vw;
		width: 2.34vw;
		height: 2.34vw;
		border-top: 0.78vw #999 solid;
		border-right: 0.78vw #999 solid;
		margin-top: -1.17vw;
	}
	.cat-index-ul li a:hover {
	}
	.cat-index-ul dl {
	}
	.cat-index-ul dt {
	}
	.cat-index-ul dt img {
	}
	.cat-index-ul dd {
	}
}

#r-slider-box ul {
	max-width: 1000px;
	margin: 0 auto;
}
#r-slider-box li {
	list-style: none;
}
.slick-slide img {
	display: block;
	width: 100%;
	height: 50vw;
	object-fit: cover;
}
#c-top {
	text-align: center;
	margin: 0 auto;
	padding: 1vw 0;
}
#c-top a {
	font-size: 1.2vw;
}
.pr-kyoto #c-top a {
	color: #009999;
}
.pr-osaka #c-top a {
	color: #ff6600;
}
.pr-shiga #c-top a {
	color: #006699;
}

@media screen and (min-width: 1280px) {
	#r-slider-box ul {
	}
	#r-slider-box li {
	}
	.slick-slide img {
		height: 640px;
	}
	#c-top {
		padding: 15px 0;
	}
	#c-top a {
		font-size: 1rem;
	}
	.pr-kyoto #c-top a {
	}
	.pr-osaka #c-top a {
	}
	.pr-shiga #c-top a {
	}
}

@media screen and (max-width: 924px) {
	#r-slider-box ul {
		max-width: auto;
	}
	#r-slider-box li {
	}
	.slick-slide img {
		height: 60vw;
	}
	#c-top {
		padding: 2.34vw 0;
	}
	#c-top a {
		/* font-size: 3.12vw; */
		font-size: calc(14 / 375 * 100vw);
	}
	.pr-kyoto #c-top a {
	}
	.pr-osaka #c-top a {
	}
	.pr-shiga #c-top a {
	}
}
