/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（1325px〜）
---------------------------------------------------------------------------------------------------- */

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

  0. Layout
  1. Text
  2. Header
  3. Navigation
  4. Common
  5. Prt Common
  6. Sidebar
  7. Footer
  8. Index
 
=================================================== 
*/

.pc {
	display:block;
}

.sp {
	display:none;
}

/* -------------------------------------------------------------------------------------
  0. LAYOUT
----------------------------------------------------------------------------------------- */

html{
}

body {
	color: #4a4a4a;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.15em;
	-webkit-text-size-adjust: 100%;
}

#wrap {
	width :100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#layout {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.width {
	width: 1100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.width70 {
    width: 70%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.width30 {
    width: 30%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

/* -------------------------------------------------------------------------------------
  1. Text
----------------------------------------------------------------------------------------- */

h1 {
	font-size: 200%;
	margin-bottom: 50px;
	font-weight: 700;
	color: #333333;
    text-align: center;
    line-height: 150%;
    background: url("../img/common/h1.png") center top no-repeat;
    padding-top: 120px;
	font-family: 'Noto Sans JP', sans-serif;
}

h1 span {
	display: block;
	font-size: 45%;
	font-weight: 500;
	margin-bottom: 10px;
	font-style: normal;
	color: #58BEDD;
	text-transform: uppercase;
}

h1 span {
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

h1 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #58BEDD;
}

h2 {
	font-size: 180%;
	text-align: left;
	border-left: 3px solid #C40C23;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-bottom: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 150%;
	font-style: normal;
}

h2 span {
	display: block;
	color: #0062C7;
	font-size: 35%;
	font-family: 'Ramabhadra', sans-serif;
	font-style: normal;
	vertical-align: middle;
}

/*
h3 {
	display: flex;
	align-items: center;
	font-size: 135%;
	text-align: left;
	margin-bottom: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
}

h3::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 25px;
	height: 2px;
	background-color: #58BEDD;
}

h3 span {
	font-size: 60%;
}
*/

p + h2,
p + h3,
ul.text + h3,
ol.text + h3 {
	margin-top: 40px;
}

p {
	font-size: 95%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 95%;
	margin-bottom: 20px;
}

ul.text li {
	line-height: 200%;
	padding: 0 0 10px 0;
	margin-left: 25px; 
	list-style: outside;
}

ul.list {
	text-align: left;
	font-size: 95%;
	margin-bottom: 20px;
}

ul.list li {
	line-height: 200%;
	padding: 0 0 5px 0;
	margin-left: 25px; 
	list-style: outside;
}

ol.text {
	text-align: left;
	font-size: 95%;
	margin-bottom: 20px;
}

ol.text li {
	line-height: 200%;
    margin-top: 20px;
	padding: 0 0 0 0;
	margin-left: 25px; 
	list-style: decimal;
}

ol.text li ol li {
	line-height: 200%;
    margin-top: 10px;
	padding: 0 0 0 0;
	margin-left: 25px; 
	list-style: decimal;
}


/* -------------------------------------------------------------------------------------
  2. Header
----------------------------------------------------------------------------------------- */

#fix {
    position: relative;
    display: block;
    height: 100%;
}

#header {
    margin-top: 20px;
}

#header_left {
	float: left;
	margin-left: 5%;
}

#header_left div {
    transition : all 500ms;
}

#header_right {
	float: right;
	margin-right: 8%;
}


/* -------------------------------------------------------------------------------------
  3. Navigation
----------------------------------------------------------------------------------------- */

nav {
}

#navi {
    background: #211815;
	margin-top: 20px;
}

body:not(#home) #navi {
    background: #C40C23;
	margin-top: 20px;
}

#navi {
	margin-top: 30px;
}

#navi ul {
}

#navi ul li {
	float: left;
	box-sizing: border-box;
	list-style: none;
	line-height: 100%;
	font-size: 120%;
    font-weight: 400;
    width: 20%;
    border-left: 1px dotted #EEE;
}

#navi ul li:nth-child(5) {
    border-right: 1px dotted #EEE;
    box-sizing: border-box;
}

#navi ul li span {
    display: block;
    font-size: 50%;
    color: #58BEDD;
    margin-top: 5px;
}

#navi ul li a {
	font-weight: bold;
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 30px;
    color: #FFF;
	box-sizing: border-box;
}

#navi ul li:nth-child(2) a {
    box-sizing: border-box;
	padding: 20px;
}

#navi ul li a:hover {
	transition:0.5s;
    color: #FFF034;
}

/*
body#home #navi ul li a#cat-nav-1 { opacity: 0.5; }
*/


#menu_btn {
	display: none;
}

/* -------------------------------------------------------------------------------------
  4. Common
----------------------------------------------------------------------------------------- */

#container {
    margin-top: 100px;
}

#home #container {
    margin-top: 100px;
}

section {
	margin-bottom: 80px;
}

article {
	margin-bottom: 60px;
}

.column2 {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 40px;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 31.5%;
	float: left;
	margin-bottom: 20px;
	margin-right: 2.75%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column3box {
	width: 33.3333%;
	float: left;
}

.left50 {
	float: left;
	width: 48%;
}

.right50 {
	float: right;
	width: 48%;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

/* -------------------------------------------------------------------------------------
  5. Prt Common
----------------------------------------------------------------------------------------- */

#prt_main {
    position: relative;
	margin-right: 8%;
	padding-top: 140px;
}

#prt_main_bg {
	padding: 100px 0;
	background-size: cover !important;
	box-sizing: border-box;
    border-radius: 0 30px 0 0;
}

#about #prt_main_bg { background: url("../img/content/about/main.jpg") center center no-repeat; }

#prt_main_bg h1 {
	font-size: 280%;
	margin-bottom: 0;
	margin-left: 5%;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
}

#prt_main_bg h1 span {
	font-size: 40%;
}

#prt_main_bg h1 span::before {
    display: none;
}

#list_navi {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

#list_navi_bg {
    background: url("../img/common/list_navi_bg.svg") bottom right no-repeat;
    background-size: 50%;
    padding: 25px 0 15px 0;
    box-sizing: border-box;
}

#list_navi_bg div {
    width: 50%;
	font-size: 80%;
    padding-top: 10px;
    padding-left: 30px;
    margin-left: 50%;
    text-align: left;
}

#list_navi_bg span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 3px 0 3px 30px;
}

#content {
	float: left;
	width: 70%;
}



 /* -------------------------------------------------------------------------------------
  6. Sidebar
----------------------------------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 25%;
}

#side_main {
	box-sizing: border-box;
}

#side_main h4 {
	background: #52257C;
	font-size: 100%;
	margin-bottom: 0;
	padding: 15px;
	color: #FFF;
}

#side_main ul li {
	list-style: none;
	font-size: 90%;
}

#side_main ul li {
	text-align: left;
	border-bottom: 1px dotted #CCC;
	padding-left: 10px;
}

#side_main ul li a {
	display: block;
	padding: 15px 0;
	background: url("../img/side/arrow.svg") center right 10px no-repeat;
	text-decoration: none;
}

#side_main ul li a:hover {
	background: url("../img/side/arrow.svg") center right no-repeat;
}

/* -------------------------------------------------------------------------------------
  7. Footer
----------------------------------------------------------------------------------------- */

body:not(#home) #footer {
	margin-top: 200px;
}

#footer_bg {
	background: #C40C23;
	padding: 0;
}

#footer_main {
    padding: 50px 0 30px;
    background: #C40C23;
}

#footer_main p {
    text-align: center;
}

#footer_link {
    padding: 30px 0;
}

#footer_link ul {
    font-size: 120%;
    font-weight: 500;
}

#footer_link ul li {
    display: inline;
	list-style: none;
}

#footer_link ul li::before {
    content: "-";
    color: #FFF;
}

#footer_link ul li:nth-child(1)::before {
    content: none;
}

#footer_link ul li a {
	padding: 10px;
    color: #FFF;
	text-decoration: none;
}

#footer_link ul li a:hover {
	text-decoration: none;
    color: #FFF034;
}

#footer_bottom {
    background: #C40C23;
	padding: 30px 0 30px;
}

address {
	color: #FFF;
	font-style: normal;
	font-size: 80%;
}

/* Pagetop Button
-------------------------------------*/

#link_left {
	position: fixed;
    top: 35%;
    left: 0px;
	z-index: 1000;
	box-sizing: border-box;
}

#link_left ul li{
    list-style: none;
}

#note #link_left {
    display: none;
}

#link_right {
	position: fixed;
    top: 35%;
    right: 50px;
	z-index: 1000;
	box-sizing: border-box;
}

#link_right ul li{
    list-style: none;
}

#page-top {
	position: fixed;
    bottom: 0%;
    right: 0px;
	z-index: 500;
	box-sizing: border-box;
}

#page-top a {
    background: #1a1311;
    text-decoration: none;
    color: #fff;
	padding: 15px 20px 20px;
    text-align: center;
    display: block;
}

#page-top a:hover {
    text-decoration: none;
    background: #E75800;
}

/* -------------------------------------------------------------------------------------
  8. Index
----------------------------------------------------------------------------------------- */

#main {
    position: relative;

    /*
    background: url("../img/content/top/main01.jpg") left top no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: auto;
    display: block;
    z-index: 1;
    height: 1000px;
    */
}

#main p {
	position: absolute;
	top: 20%;
	left: 5%;
    right: 5%;
	transform: translateX(0%);
	margin: auto;
	z-index: 10;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* トップページ
-------------------------------------*/

.box_red {
    background: #C40C23;
    padding: 40px 40px 20px;
    color: #FFF;
    box-sizing: border-box;
}

.box_red h2 {
    text-align: center;
    padding-left: 0;
    
}

.box_red p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 120%;
}

.box_red a {
    color: #FFF;
}


.box_red2 {
    border: 7px solid #C40C23;
    padding: 40px 40px 20px;
    box-sizing: border-box;
}

.box_red2 h2 {
    
}

.box_red2 p {
    font-size: 110%;
}

.caption a {
    background: #C40C23;
    border: 2px solid #C40C23;
    border-radius: 100px;
    display: block;
    padding: 20px;
    font-size: 160%;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}

.caption span {
    font-size: 80%;
    margin-left: 20px;
}

.caption a:hover {
    background: #FFF034;
    color: #C40C23;
}

.bg_support {
    padding-top: 100px;
    background: url("../img/content/top/bg_support.png") center top no-repeat;
    background-attachment: fixed;
}

.bg_support p {
    font-size: 120%;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.outline {
    font-size: 110%;
    font-weight: 500;
    text-align: center;
}

.outline span {
    font-size: 75%;
}

.outline strong {
    font-size: 150%;
}

.border {
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.3);
    margin-right: 8px;
    box-sizing: border-box;
}

/* ticket
-------------------------------------*/

.bg_ticket {
    background: url("../img/content/ticket/bg.png") center top no-repeat;
    background-size: cover;
    padding: 500px 0;
}

/* form
-------------------------------------*/

.name {
    text-align: center;
    font-size: 120%;
    font-weight: 500;
}

.name span {
    background: #FFF034;
    padding: 10px;
}

.name + p {
    text-align: center;
}

.name2 {
    text-align: left;
    font-size: 120%;
    font-weight: 500;
}

.name2 span {
    background: #FFF034;
    padding: 10px;
}


/* staff
-------------------------------------*/

.box {
    border: 4px solid #EEE;
    padding: 30px 30px 10px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.box4 {
	background-color: aliceblue;
	padding:15px;
	border:1px solid #CEDFE7;
	margin:20px  auto 0;
	text-align:center;
}

.box4 div {
	text-align:center;
}

.box4 p {
	text-align:center;
	margin:10px auto;
}

.mod_form_btn input {
    box-sizing: border-box;
}

.mod_form_btn {
    margin-top: 30px;
    margin-bottom: 20px;
}

.bg_red {
    display: inline-block;
    background: #C40C23;
    color: #FFF;
    padding: 10px 20px;
    margin-top: 10px;
}

/* 
-------------------------------------*/


/* faq
-------------------------------------*/

ul.faq li {
	list-style: none;
    margin-bottom: 10px;
}

.faqQ {
	background: #EBF2F5 url("../img/content/qa/qa_q.png") center left 10px no-repeat;
	padding: 13px 0 13px 65px;
	font-size: 110%;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	margin-bottom: 0;
}

.faqQ a:link,
.faqQ a:visited {
	background: #EBF2F5 url("../img/content/qa/qa_q.png") center left 10px no-repeat;
}

.faqQ:hover {
	transition: 0.3s;
	color: #0062C7;
	text-decoration: none;
}

.faqA {
    border: 2px solid #EBF2F5;
	padding: 20px 20px;
	margin-bottom: 30px;
}

.faqA p {
	background: url("../img/content/qa/qa_a.png") center left no-repeat;
	margin-bottom: 0;
	padding: 10px 0 10px 65px;
    box-sizing: border-box;
	font-size: 95%;
}

/* フェード
-------------------------------------*/

.fade {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}
 
.fade.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.fade1 {
    opacity : 0.1;
    transform : translate(0, -80px);
    transition : all 500ms;
}
 
.fade1.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.bound {
  animation: bound 3s infinite;
}

@keyframes bound {
  0% { transform:translateY(-20px) }
  5% { transform:translateY(-20px) }
  10% { transform:translateY(-20px) }
  20% { transform:translateY(-100px) }
  25% { transform:translateY(-20px) }
  30% { transform:translateY(-95px) }
  50% { transform:translateY(-20px) }
  100% { transform:translateY(-20px) }
}

.fadeUp{
   animation-name: fadeUpAnime;
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateX(-50px);
    opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.img-wrap {
  opacity: 0;
}

.img-animation {
  animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

/* 写真
-------------------------------------*/

.maru img {
	border-radius: 25px;
}

.anime_wrap {
    position: relative;
    overflow: hidden;
}
.anime_wrap p {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 40px;
    font-weight: bold;
}

.pattern6::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0062C7;
    z-index: 2;
    transition: .5s;
}
.pattern6.show::before {
    transform: translateX(100%);
}
.pattern6 img {
    opacity: 0;
    transition: .5s;
}
.pattern6.show img {
    opacity: 1;
}
.pattern6 p {
    color: #FFF;
    opacity: 0;
    transform: translateX(-40px);
    transition: .5s;
    transition-delay: .5s;
    z-index: 1;
    overflow: hidden;
	letter-spacing: 0.1em;
	font-weight: 400;
	font-family:Georgia, "Times New Roman", Times, "serif";
	font-style: italic;
}
.pattern6.show p {
    opacity: 1;
    transform: translateX(0);
}
.pattern6 p::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0062C7;
    transition: .5s;
    transition-delay: 1s;
}
.pattern6.show p::before {
    transform: translateX(100%);
}

/* ボタン
-------------------------------------*/

.btn {
	text-align: right;
}

.btn a {
    display: inline-block;
	background: #58BEDD url("../img/common/arrow.svg") center right 20px no-repeat;
	padding: 10px 0px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	border-radius: 100px;
	width: 280px;
	font-size: 100%;
    box-sizing: border-box;
}

.btn a:hover {
	background: #DC6372 url("../img/common/arrow.svg") center right 20px no-repeat;
}

.btn2 {
    position: relative;
	text-align: center;
}

.btn2 a {
    display: inline-block;
	background: #C40C23 url("../img/common/arrow.svg") center right 20px no-repeat;
	padding: 25px 0px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	border-radius: 100px;
	width: 400px;
	font-size: 120%;
    box-sizing: border-box;
}

.btn2 a:hover {
	background: #DC6372 url("../img/common/arrow.svg") center right 20px no-repeat;
}

/*
.btn3 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.btn3 a {
	display: block;
	background: #E78895;
	padding: 15px 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	text-decoration: none;
	border-radius: 100px;
	width: 300px;
	box-sizing: border-box;
}

.btn3 a:hover {
	background: #DC6372;
}
*/

/* ローディング
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(250,248,243,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

/* Wordpress
--------------------------------------------------------------------------*/

.entry-footer {
	display: none;
	margin: 50px auto;
	padding: 15px 0;
	border: 1px solid rgba(235,235,235, 1);
	font-size: 85%;
	background: #FFF;
}

.navigation {
	display: none;
}

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	border-top: 4px solid #3d6946 !important;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: #3d6946; /* 通常の背景色 */
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #A81925; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #FFF500; /* 現在のページの文字色 */
        background: #003925; /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
}


/* ----------------------------------------------------------------------------------------------------
     タブレット端末（640〜900px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 1100px) {

.pc {
	display:block;
}

.sp {
	display:none;
}

.width {
	width: 90%;
}
	
} /* /@media */



/* ----------------------------------------------------------------------------------------------------
     スマホ端末（320px〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 950px) {



} /* /@media */


/* ----------------------------------------------------------------------------------------------------
     タブレット端末（640〜900px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 750px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.width {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.width70 {
    width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.width30 {
    width: 100%;
}


/* -------------------------------------------------------------------------------------
  1. Text
----------------------------------------------------------------------------------------- */

h1 {
	font-size: 150%;
	margin-bottom: 50px;
	font-weight: 700;
	color: #333333;
    text-align: center;
    line-height: 150%;
    background: url("../img/common/h1.png") center top no-repeat;
    padding-top: 120px;
	font-family: 'Noto Sans JP', sans-serif;
}

h1 span {
	display: block;
	font-size: 45%;
	font-weight: 500;
	margin-bottom: 10px;
	font-style: normal;
	color: #58BEDD;
	text-transform: uppercase;
}

h1 span {
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

h1 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #58BEDD;
}

h2 {
	font-size: 150%;
	text-align: left;
	border-left: 3px solid #C40C23;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-bottom: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 150%;
	font-style: normal;
}

h2 span {
	display: block;
	color: #0062C7;
	font-size: 35%;
	font-family: 'Ramabhadra', sans-serif;
	font-style: normal;
	vertical-align: middle;
}

p + h2,
p + h3,
ul.text + h3,
ol.text + h3 {
	margin-top: 40px;
}

p {
	font-size: 80%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 95%;
	margin-bottom: 20px;
}

ul.text li {
	line-height: 200%;
	padding: 0 0 10px 0;
	margin-left: 25px; 
	list-style: outside;
}

ul.list {
	text-align: left;
	font-size: 95%;
	margin-bottom: 20px;
}

ul.list li {
	line-height: 200%;
	padding: 0 0 5px 0;
	margin-left: 25px; 
	list-style: outside;
}

ol.text {
	text-align: left;
	font-size: 95%;
	margin-bottom: 20px;
}

ol.text li {
	line-height: 200%;
    margin-top: 20px;
	padding: 0 0 0 0;
	margin-left: 25px; 
	list-style: decimal;
}

ol.text li ol li {
	line-height: 200%;
    margin-top: 10px;
	padding: 0 0 0 0;
	margin-left: 25px; 
	list-style: decimal;
}


/* -------------------------------------------------------------------------------------
  2. Header
----------------------------------------------------------------------------------------- */

#fix {
    position: relative;
    display: block;
    height: 100%;
    background: #FFF;

}

#header {
    margin-top: 20px;
}

#header_left {
	float: left;
	margin-left: 5%;
}

#header_left div {
    transition : all 500ms;
}

#header_right {
	float: right;
	margin-right: 5%;
}


/* -------------------------------------------------------------------------------------
  3. Navigation
----------------------------------------------------------------------------------------- */

nav {
}

#navi {
    background: #211815;
	margin-top: 0px;
}

body:not(#home) #navi {
    background: #C40C23;
	margin-top: 20px;
    padding: 2px;
}

#navi {
	margin-top: 0px;
}

#navi ul {
    display: none;
}
    
#menu_btn {
	display: block;
    text-align: right;
	margin-right: 5%;
}
    
#menu_btn a {
    display: inline-block;
    padding: 20px;
    background: #C40C23;
}
    
#menu_btn a img {
    opacity: 1;
}

/* -------------------------------------------------------------------------------------
  4. Common
----------------------------------------------------------------------------------------- */

#container {
    margin-top: 80px;
}

#home #container {
    margin-top: 0px;
}

section {
	padding-bottom: 60px;
    margin-bottom: 0;
}

article {
    margin-bottom: 0;
	padding-bottom: 20px;
}
    
.bg_white {
    background: #FFFFFF;
}

.column2 {
	width: 100%;
	float: none;
	margin-right: 0%;
	margin-bottom: 40px;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 100%;
	float: none;
	margin-bottom: 20px;
	margin-right: 0%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column3box {
	width: 33.3333%;
	float: left;
}

.left50 {
	float: left;
	width: 48%;
}

.right50 {
	float: right;
	width: 48%;
}

.flex {
	display: block;
	justify-content: space-between;
	align-items: center;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

/* -------------------------------------------------------------------------------------
  5. Prt Common
----------------------------------------------------------------------------------------- */

#prt_main {
    position: relative;
	margin-right: 8%;
	padding-top: 140px;
}

#prt_main_bg {
	padding: 100px 0;
	background-size: cover !important;
	box-sizing: border-box;
    border-radius: 0 30px 0 0;
}

#about #prt_main_bg { background: url("../img/content/about/main.jpg") center center no-repeat; }

#prt_main_bg h1 {
	font-size: 280%;
	margin-bottom: 0;
	margin-left: 5%;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
}

#prt_main_bg h1 span {
	font-size: 40%;
}

#prt_main_bg h1 span::before {
    display: none;
}

#list_navi {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

#list_navi_bg {
    background: url("../img/common/list_navi_bg.svg") bottom right no-repeat;
    background-size: 50%;
    padding: 25px 0 15px 0;
    box-sizing: border-box;
}

#list_navi_bg div {
    width: 50%;
	font-size: 80%;
    padding-top: 10px;
    padding-left: 30px;
    margin-left: 50%;
    text-align: left;
}

#list_navi_bg span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 3px 0 3px 30px;
}

#content {
	float: left;
	width: 70%;
}



 /* -------------------------------------------------------------------------------------
  6. Sidebar
----------------------------------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 25%;
}

#side_main {
	box-sizing: border-box;
}

#side_main h4 {
	background: #52257C;
	font-size: 100%;
	margin-bottom: 0;
	padding: 15px;
	color: #FFF;
}

#side_main ul li {
	list-style: none;
	font-size: 90%;
}

#side_main ul li {
	text-align: left;
	border-bottom: 1px dotted #CCC;
	padding-left: 10px;
}

#side_main ul li a {
	display: block;
	padding: 15px 0;
	background: url("../img/side/arrow.svg") center right 10px no-repeat;
	text-decoration: none;
}

#side_main ul li a:hover {
	background: url("../img/side/arrow.svg") center right no-repeat;
}

/* -------------------------------------------------------------------------------------
  7. Footer
----------------------------------------------------------------------------------------- */

body:not(#home) #footer {
	margin-top: 0px;
}

#footer_bg {
	background: #C40C23;
	padding: 0;
}

#footer_main {
    padding: 50px 0 30px;
    background: #C40C23;
}

#footer_main p {
    text-align: center;
}

#footer_link {
    display: none;
    padding: 30px 0;
}

#footer_link ul {
    font-size: 120%;
    font-weight: 500;
}

#footer_link ul li {
    display: inline;
	list-style: none;
}

#footer_link ul li::before {
    content: "-";
    color: #FFF;
}

#footer_link ul li:nth-child(1)::before {
    content: none;
}

#footer_link ul li a {
	padding: 10px;
    color: #FFF;
	text-decoration: none;
}

#footer_link ul li a:hover {
	text-decoration: none;
    color: #FFF034;
}

#footer_bottom {
    background: #C40C23;
	padding: 30px 0 30px;
}

address {
	color: #FFF;
	font-style: normal;
	font-size: 80%;
}

/* Pagetop Button
-------------------------------------*/

#link_left {
	position: fixed;
    top: 55%;
    left: 0px;
	z-index: 1000;
	box-sizing: border-box;
    width: 30%;
}

#link_left ul li{
    list-style: none;
}

#link_right {
	position: fixed;
    top: 35%;
    right: 10px;
	z-index: 1000;
	box-sizing: border-box;
}

#link_right ul li{
    list-style: none;
}

#page-top {
	position: fixed;
    bottom: 0%;
    right: 0px;
	z-index: 500;
	box-sizing: border-box;
}

#page-top a {
    background: #1a1311;
    text-decoration: none;
    color: #fff;
	padding: 15px 20px 20px;
    text-align: center;
    display: block;
}

#page-top a:hover {
    text-decoration: none;
    background: #E75800;
}

/* -------------------------------------------------------------------------------------
  8. Index
----------------------------------------------------------------------------------------- */

#main {
    position: relative;
    padding-bottom: 80px;
    /*
    background: url("../img/content/top/main01.jpg") left top no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: auto;
    display: block;
    z-index: 1;
    height: 1000px;
    */
}

#main p {
	position: absolute;
	top: 15%;
	left: 10%;
    right: 10%;
	transform: translateX(0%);
	margin: auto;
	z-index: 10;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* トップページ
-------------------------------------*/

.box_red {
    background: #C40C23;
    padding: 40px 20px 20px;
    color: #FFF;
    box-sizing: border-box;
}

.box_red h2 {
    text-align: center;
    padding-left: 0;
    font-size: 130%;
    
}

.box_red p {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 80%;
}

.caption a {
    background: #C40C23;
    border: 2px solid #C40C23;
    border-radius: 100px;
    display: block;
    padding: 20px;
    font-size: 150%;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}

.caption span {
    font-size: 80%;
    margin-left: 0px;
}

.caption a:hover {
    background: #FFF034;
    color: #C40C23;
}

.bg_support {
    padding-top: 100px;
    background: none;
    background-size: 200%;
    background-attachment:none;
}
    
.bg_support p {
    font-size: 90%;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}
    
.support {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
}
    
.support_title {
    z-index: -1;
    position: fixed;
    top: 50%;
    left: 10%;
    right: 10%;
}
    
/*
.fixed-wrap {
  position: relative;
  clip-path: inset(0 0 0 0);
  width: 100%;
  height: 100vh;
}
    
.support {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/content/top/bg_support.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/
    
.outline {
    font-size: 90%;
    font-weight: 500;
    text-align: center;
}

.outline span {
    font-size: 75%;
}


/* ticket
-------------------------------------*/

.bg_ticket {
    background: url("../img/content/ticket/bg.png") center top no-repeat;
    background-size: 100%;
    padding: 100px 0;
}

/* form
-------------------------------------*/

.name {
    text-align: center;
    font-size: 120%;
    font-weight: 500;
}

.name span {
    background: #FFF034;
    padding: 10px;
}

.name + p {
    text-align: center;
}

.name2 {
    text-align: left;
    font-size: 120%;
    font-weight: 500;
}

.name2 span {
    background: #FFF034;
    padding: 10px;
}


/* staff
-------------------------------------*/

.box4 {
	background-color: aliceblue;
	padding:15px;
	border:1px solid #CEDFE7;
	margin:20px  auto 0;
	text-align:center;
}

.box4 div {
	text-align:center;
}

.box4 p {
	text-align:center;
	margin:10px auto;
}

.mod_form_btn input {
    box-sizing: border-box;
    width: 100%;
}

.mod_form_btn {
    margin-top: 30px;
    margin-bottom: 20px;
}

/* 
-------------------------------------*/


/* faq
-------------------------------------*/

ul.faq li {
	list-style: none;
}

.faqQ {
	background: url("../img/content/qa/qa_q.png") center left no-repeat;
	padding: 15px 0 15px 65px;
	margin-bottom: 0px;
	font-size: 110%;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
}

.faqQ a:link,
.faqQ a:visited {
}

.faqQ:hover {
	transition: 0.3s;
	color: #0062C7;
	text-decoration: none;
}

.faqA {
	background-color: #F5F9FC;
	padding: 20px 20px;
	margin-bottom: 30px;
}

.faqA p {
	background: url("../img/content/qa/qa_a.png") center left no-repeat;
	margin-bottom: 0;
	padding: 10px 0 10px 65px;
	font-size: 95%;
}

.bound {
  animation: bound 3s infinite;
}
    
.normalTbl table th {
    display: block;
    width: auto;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.normalTbl table th:after{
    display: none;
}
    
.normalTbl table td {
    display: block;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.normalTbl table td input[type="text"] {
        width: 85% !important;

}


.btn2 a {
    display: inline-block;
	background: #C40C23 url("../img/common/arrow.svg") center right 20px no-repeat;
	padding: 25px 0px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	border-radius: 100px;
	width: 100%;
	font-size: 120%;
    box-sizing: border-box;
}

}

@keyframes bound {
  0% { transform:translateY(-20px) }
  5% { transform:translateY(-20px) }
  10% { transform:translateY(-20px) }
  20% { transform:translateY(-70px) }
  25% { transform:translateY(-20px) }
  30% { transform:translateY(-75px) }
  50% { transform:translateY(-20px) }
  100% { transform:translateY(-20px) }
}

@scope (.support) {
    span {
        color:red;
    }
}

/* ----------------------------------------------------------------------------------------------------
     iPhone5端末（〜320px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 640px) {


	
} /* /@media */
