@charset "UTF-8";
/****************************
BASE CSS READING 
****************************/
/*---------------------------------
Theme Name: 香川大学博物館
Description: PCファースト
Author:
Author URI:
Version: 202211
----------------------------------*/

/* ---------------------------------------------
　elements initialization 
------------------------------------------------ */

html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
  overflow-x: hidden;
}

body{
  width: 100%;
  min-width: 320px;
  margin:0;
	padding:0;
	text-align:center;
	height:100%;
	line-height:1.7;
	font-size: 1.6rem;
	color: #333;
  word-wrap: break-word;
  scroll-behavior: smooth;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
}

@media print{
  body {
     width: 1200px;
     transform: scale(0.8);
     -moz-transform: scale(0.8);
     -webkit-transform: scale(0.8);
     transform-origin: 0 0;
  }
  .header {
    position: relative!important;
  }
  .slider {
    margin-top: 98px!important;
  }    
  .news-area::before,
  .event-area::before,
  .initiatives-area::before,
  .bn-area::before {
    width: 100%!important;
  }
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
}
  
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: bold;
}
  
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "pwid" 1;
          font-feature-settings: "pwid" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
}


a img, fieldset, img{
	border:0;
	vertical-align:top;
}

img, video, object {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}

blockquote, dd, div, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, input, li, ol, p, pre,
select, span, textarea, td, th, ul{
	margin:0;
	padding:0;
}

abbr, acronym{
	border:0;
}

address, caption, cite, code, dfn, em, th, strong, var{
	font-style:normal;
	font-weight:normal;
}

caption, th{
	text-align:left;
}

code, kbd, pre, samp, tt{
	font-family:monospace;
	line-height:100%;
}

h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
}

input, select, textarea{
	font-size:100%;
}

ul li{
	list-style:none;
}

ol {
	margin-left: 23px;
}

q:before, q:after{
	content:'';
}

table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

hr{
	display: none;
}

strong{
	font-weight: bold;
}

em{
	font-weight: bold;
	font-style: italic;
}

/* reset */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
  
/* link */
a, button, img {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
  
a {
  color: #000;
}
  
a:hover,
a:hover img, a:active {
  opacity: .8;
  -moz-opacity: .8;
  color: #000;
}


/* ------ links color -------------------------- */

a:link,
a:visited,
a:hover,
a:active{
	text-decoration:underline;
}
a:link          { color:#000; }
a:visited       { color:#000; }
a:hover,a:active{ color:#000;text-decoration: none; }


/* ----- other --------------------------------- */

.openwin{
  width: 12px;
  vertical-align: middle;
  margin-left: 10px;
}

/* btntype01 */

.btntype01{
  display: inline-block;
  min-width: 295px;
  height: 60px;
  margin: 60px auto 0;
  text-align: center;
}
.btntype01 a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #645a8c;
}

/* ------ clearfix scheme ---------------------- */

.clear:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

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

　base modules

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

/* ---------------------------------------------
　header
------------------------------------------------ */

.header{
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}

_:lang(x)+_:-webkit-full-screen-document, .header {
  height: 98px;
}

.header::before{
  content: "";
  display: block;
  position:absolute;
  top: 70px;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  margin: auto;
  background-color: #503778;
  z-index: -1;
}

.header-inner{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.5rem;
}

/* ロゴ */
.logo {
  position: absolute;
  top: 20px;
  left: 0;
  margin: 0 auto;
  width: 204px;
  text-align: left;
  /*z-index: 9;*/
  z-index: 1;
}

.h-utility-navigation{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
  -webkit-justify-content:flex-end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  align-items: center;
  height: 70px;
  margin: 0 0 0 auto;
  position: relative;
}

.h-utility-navigation ul{
    display: flex;
    margin-left: 40px;
    font-size: 1.5rem;
}
.h-utility-navigation ul:first-of-type li{
  margin-left: 40px;
}

.h-utility-navigation .main-logo{
    width: 100px;
    margin-left: 40px;
}
.en-site{
  width: 90px;
  height: 26px;
  font-size: 1.2rem;
}
.en-site a{
  display: block;
  line-height: 26px;
  color: #333;
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  text-decoration: none;
}
.en-site a:hover{
  background: #fff;
}
.sns-list li{
  margin: 0 6px;
}
.sns-list li img{
    width: 22px;
    height: auto;
}
.sns-list li:last-child img{
  margin-top: 2px;
}

/* search */

.search{
  width: 160px;
  margin: 0 40px;
  text-align: left;
  border-bottom: 1px solid #d5d5d5;
}

.search input[type="text"]{
  border: none;
  width: 80%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.search ::placeholder {
  font-size: 1.4rem;
}

.search .serch-btn{
  vertical-align: middle;
  background-color: #503778;
  width: auto;
  margin-top: -1px;
}


/* Gnavi  ----- */

#navi {
  height: 70px;
  width: 100%;
  background-color: #fff;
}
/* チェックボックスを非表示 */
#navi #menu input {
  filter: alpha(opacity=0);
  -moz-opacity:0;
  opacity:0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

#navi #menu .search input{
  filter: alpha(opacity=1);
  -moz-opacity:1;
  opacity:1;
  position: static;
  background-color: #fff;
}

/* 上部メニュー */
#menu{
  width: 100%;
  max-width: 1200px;
  margin:0 auto;
  z-index: 8;
}

.global-navigation{
  margin: 0 auto;
}

.global-navigation > li{
  float: left;
  width: 14.2%;
  line-height: 60px;
}

.global-navigation li:nth-child(8) a.active{
	color:#fff;
}

#menu-navibtn {
  filter: alpha(opacity=0);
  -moz-opacity:0;
  opacity:0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  cursor: pointer;
}
.global-navigation li a{
  text-decoration: none;
}

.global-navigation li a.pc-linknone{
  pointer-events:none;
  color: #fff;
}

.global-navigation > li > a,
.global-navigation > li > label a{
  display: block;
  color: #fff;
  position: relative;
  z-index: 2;
}

.global-navigation > li > a::after,
.global-navigation > li > label a::after{
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #fff;
}
.global-navigation > li:last-child > a::after,
.global-navigation > li:last-child > label a::after{
  display: none;
}

.global-navigation > li > a:hover{
  opacity: 1;
  background-color: #4d2a6d;
}

.global-navigation > li.pc > a::after{
  display: none;
}

/* ドロップダウンメニュー */
.global-navigation > li > ul {
  display: none;
}

.global-navigation > li > label:hover {
  cursor: pointer;
  background-color: rgba(77, 42, 109, 0.9);
  opacity: 1;
}

.global-navigation > li > input[type="checkbox"]:checked ~ label{
  background-color: rgba(77, 42, 109, 0.9);
}

.global-navigation > li > label.glavel{
  display: inline-block;
  width: 100%;
  height: 60px;
}

.global-navigation > li input[type="checkbox"]:checked ~ label ~ ul {
  display: block;
}

.global-navigation li a,
.global-navigation li a:visited{
    color: #fff;
}

.dropnavi li{
  border-top: 1px solid #fff;
}
.dropnavi li:first-child{
  border: none;
}
.dropnavi li a{
  display: block;
  padding: 10px 1em;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.3;
  background-color: rgba(77, 42, 109, 0.8);
}
.dropnavi li a:hover{
  background-color: rgba(77, 42, 109, 1);
}


/* ハンバーガー */
#navi #navibtn {
  display: none;
}



/*
 container
----------------- */

.container{
  margin:130px auto 0;
}

/* content */

.content{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
  text-align: left;
}

.anchorTitle{
  display: block;
  margin-top:-130px;
  padding-top:130px;
}

/* title */

.content .page-title{
  margin: 40px 0 0;
  font-size: 3.6rem;
  font-weight: bold;
  color: #2c2c2c;
}

.content h2{
  margin-top: 40px;
  padding: 5px 20px 3px;
  font-size: 2.2rem;
  border-bottom: 2px solid #645a8c;
  background-color: #f3f1f8;
}

.content h3{
  margin-top: 40px;
  padding:0 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  border-left: 5px solid #645a8c;
}

.content h4{
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: bold;
}


/* ------ ul ----------------------------------- */

.kTypoGraphy ul:not([class]),
.list,
.link {
  margin-top: 40px;
}

/* --- normal list --- */

.list li,
.kTypoGraphy ul:not([class]) li {
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
  text-indent: 0;
}

.list li::before,
.kTypoGraphy ul:not([class]) li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #645a8c;
  border-radius: 4px;
  position: absolute;
  top: 0.6em;
  left: 0;
}

/* --- link list --- */

.link li,
.nav li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}

.link li:before,
.nav li::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.5em;
  left: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #645a8c;
}

.nav {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.nav li {
  width: 33.3%;
  padding-right: 1rem;
}

@media only screen and (max-width:1024px) {
  .nav li {
    width: 50%;
  }  
}

/* ------ ol ----------------------------------- */

.kTypoGraphy ol {
  margin-top: 2rem;
  counter-reset: num;
}

.kTypoGraphy ol > li {
  position: relative;
  list-style-type: none;
}

.kTypoGraphy ol > li::before {
  content: counter(num)'.';
  counter-increment: num;
  display: inline-block;
  color: #645a8c;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -1.5rem;
}

.kTypoGraphy ol > li:nth-child(n + 10)::before {
  left: -2.5rem;
}

.kTypoGraphy ol li ol,
.kTypoGraphy ol li ul {
  margin-top: 0;
}



.related-link{
  margin-top: 50px;
  padding: 20px 20px 30px;
  border: 1px solid #d5d5d5;
}

.related-link h3{
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.8rem;
}
.related-link .link{
  margin-top: 1em;
  background-color: #f3f1f8;
}
.related-link .link li{
  margin-bottom: 0;
  padding: 5px 40px 3px;
}

.related-link .link li:before{
  top: 0.7em;
  left: 20px;
}

.related-link .link li:nth-child(odd){
  background-color: #eae7f1;
}

/* column-two */

.column-two{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-two div{
  width: 48%;
  background: #d5d5d5;
}

.flex2 {
  margin-top: 20px;
}

.flex2 ._center {
  text-align: center;
}

.flex2 ._bold {
  font-weight: bold;
}

@media only screen and (min-width:1025px) {
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .flex2 > div {
    width: 49.5%;
  }
  
  .flex2 > div.flex2__min {
    width: 33.3%;
    padding-right: 1rem;
  }
  
  .flex2 > div.flex2__min + div {
    width: 66.6%;
  }
  
  .flex2 > div > *:nth-child(1) {
    margin-top: 0;
  }  
}

@media only screen and (max-width:1024px) {
  .flex2 > div {
    width: 100%;
  }

  .flex2 .img {
    text-align: center;
  }
}


/* --- pager-navigation --- */

.pager-navigation{
	margin:50px 0 0;
}

.pager-navigation a:link,
.pager-navigation a:visited,
.pager-navigation a:hover, .pager-navigation a:active{
	text-decoration:none;
}

.pager-navigation ul{
	margin:0 auto;
	text-align:center;
}

.pager-navigation ul li{
	display:inline-block;
	text-align:center;
	margin-right:1px;
	margin-bottom:10px;
	line-height:2.3;
}

.pager-navigation ul li a.active{
	background:#645a8c;
	color:#fff;
	line-height:1;
	position:relative;
}

.pager-navigation ul li a,
.ltgray{
  background-color: #eee;
  padding:0.5em 0.8em;
}

.pager-navigation ul li a:link,
.pager-navigation ul li a:visited{
	background:#eee;
	color:#333;
	line-height:1;
	position:relative;
}

.pager-navigation ul li a:hover,
.pager-navigation ul li a:active{
	background:#645a8c;
	color:#fff;
}

.pager-navigation ul li.disabled a{
  background-color: transparent;
}

.pager-navigation ul li.cur.disabled a{
  color: #fff;
  background:#645a8c;
}


/* --- more-btn --- */

.more-btn{
  display: inline-block;
  min-width: 295px;
  height: 60px;
  margin: 60px auto 0;
  text-align: center;
}
.more-btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #645a8c;
}



/*
footer
----------------- */
.footer{
  color: #fff;
  background-color: #645a8c;
}

#page_top{
  position: absolute;
  top: -30px;
  right: 0;
  margin: auto;
}

.footer-inner{
  display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 30px;
    position: relative;
}

.footer-inner .address a:link{
  color: #fff;
  text-decoration: none;
}

.footer-inner .address{
  text-align: left;
  position: relative;
  top: -20px;
  font-size: 1.6rem;
}

.footer-inner .address dt img{
  margin-bottom: 10px;
}

.footer-inner .address dd span a{
  display: inline-block;
  margin-right: 1em;
}

.footer-utility-navigation{
  width: 460px;
}

.footer-utility-navigation ul{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    font-size: 1.7rem;
}

.footer-utility-navigation li{
  text-align: left;
  position: relative;
  margin-bottom: 10px;
  padding:0 1.5rem;
}

.footer-utility-navigation li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: none;
}

.footer-utility-navigation li a{
  color: #fff;
  text-decoration: none;
}
.footer-utility-navigation li a:hover{
  text-decoration: underline;
}


.copyright{
  width: 100%;
  padding-bottom: 30px;
  text-align: left;
  font-size: 1.4rem;
  font-family: 'Barlow', sans-serif;
}


/* other ----- */

.topic-path{
  padding: 10px 0;
  font-size: 1.2rem;
}
.topic-path .ccm-autonav-breadcrumb-sep{
  padding: 0 1.5em;
}
.topic-path a{
  text-decoration: none;
}
.topic-path a:hover{
  text-decoration: underline;
}

.content p{
  margin-top: 1em;
}

.ccm-layout-row {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#ccm-layout-main-583-36 .ccm-layout-row,
#ccm-layout-main-542-1 .ccm-layout-row {
  margin-bottom: 0rem;
}

.ccm-layout-row .cell-half {
  margin: 0 auto;
  width: calc(100% - 2rem);
}

table.table-mt0,
.table-mt0 table {
  margin-top: 0;
}

@media screen and (min-width: 1025px) {
  .cell-half30 {
    margin-top: 40px;
    width: calc(30% - 1rem);
  }
  
  .cell-half70 {
    margin-top: 40px;
    width: calc(70% - 1rem);
  }
  
  .cell-half30 table,
  .cell-half70 table {
    margin-top: 0;
  }
  
  .float-left {
    float: left;
  }
  
  .float-right {
    float: right;
  }
  
  .float-clear {
    clear: both;
  }  
}

@media screen and (max-width: 1024px) {
  .cell-half30:not(.cell-half-table),
  .cell-half70:not(.cell-half-table) {
    margin: 1rem auto 0;
    text-align: center;
  }  
}

.event-tag,
.entry-tag li{
  display: inline-block;
  padding: 5px 20px;
  line-height: 1;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.filters a {
  text-decoration: none;
}
.filters .cat-all::after{
  background-color: rgba(77, 42, 109, 1)
}
.color01,
.filters .cat01::after{
  background-color: #d39c5b;
}
.color02,
.filters .cat02::after{
  background-color: #5b8d54;
}
.color03,
.filters .cat03::after{
  background-color: #1c2d7e;
}
.color04,
.filters .cat04::after{
  background-color: #8b6840;
}
.color05,
.filters .cat05::after{
  background-color: #9eb153;
}
.color06,
.filters .cat06::after{
  background-color: #be558d;
}
.color07,
.filters .cat07::after{
  background-color: #CB6E00;
}
.filters .color-all::after{
  background-color: #93ab70;
}

 .color08{
  background-color: #df3232;
}
.color09{
  background-color: #8D3DEA;
}
.color10,
.filters .cat10::after{
  background-color: #34BAFF;
}

.tag-hold,
.tag-notice,
.tag-end{
    padding: 5px 20px;
    line-height: 1;
    font-size: 1.8rem;
    color: #fff;
    background-color: #df3232;
    display: inline-block;
}
.tag-notice{
    background-color: #068ecd;
}
.tag-end{
  background-color: #717171
}
.tag-change,
.entry-tag li.tag-change{
  padding: 5px 20px;
  line-height: 1;
  font-size: 1.8rem;
  color: #df3232;
  border:1px solid #df3232;
  background-color: #fff;
  display: inline-block;
}

table{
  border-collapse:collapse;
  border: none;
  border-top:1px solid #d5d5d5;
  border-bottom:1px solid #d5d5d5;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
}

table th,
table td{
  padding: 10px 1em;
  vertical-align:top;
  border: none;
  border-top:1px solid #d5d5d5;
  background:#fff;
}

table tbody th + th,
table tbody td + td,
table .border-left {
  border-left: 1px solid #d5d5d5;
}

table thead th,
table tbody th,
th.head {
  background:#f6f6f6;
  font-weight:bold;
  width: 160px;
}

table .border-right {
  border-right: 1px solid #d5d5d5;
}

table th p:first-child,
table td p:first-child {
  margin-top: 0;
}

/* ------ */

@media screen and (max-width: 1024px) {
  .museum_collection_digital_butterfly .ccm-layout-row {
    display: flex;
    flex-direction: column;
  }
  
  .museum_collection_digital_butterfly .ccm-layout-row > .ccm-layout-col {
    width: 100% !important;
  }

  .museum_collection_digital_butterfly .ccm-layout-row > .ccm-layout-col img {
    display: block;
    margin: 0 auto 10px;
  }
}

/* contact-area ------ */

/* flow */

.content .flow {
  margin: 30px 0 0;
  overflow: hidden;
}

.flow li{
  float:left;
  width:33.3%;
  height:40px;
  line-height:40px;
  text-align: center;
  position: relative;
  overflow: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flow li::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #645a8c;
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -20px;
  z-index: 1;
}

.flow li:last-child::after{
  display: none;
}

.flow.step01 li.flow01{	background:#645a8c;	color:#ffffff; }
.flow.step01 li.flow02{	background:#eae7f1; color:#aaa; }
.flow.step01 li.flow03{	background:#f3f1f8; color:#aaa; }

.flow.step01 li.flow02::after { border-color: transparent transparent transparent #eae7f1; }

.flow.step02 li.flow01{	background:#eae7f1; color:#aaa; }
.flow.step02 li.flow02{	background:#645a8c; color:#ffffff; }
.flow.step02 li.flow03{	background:#f3f1f8; color:#aaa; }

.flow.step02 li.flow01::after,
.flow.step03 li.flow01::after{ border-color: transparent transparent transparent #eae7f1; }

.flow.step03 li.flow01{	background:#eae7f1; color:#aaa; }
.flow.step03 li.flow02{	background:#f3f1f8; color:#aaa; }
.flow.step03 li.flow03{	background:#645a8c; color:#fff; }

.flow.step03 li.flow02::after{ border-color: transparent transparent transparent #f3f1f8;}

/* contact-form */

.contact-form{
  margin: 0;
  padding: 30px;
  border: 1px solid #d5d5d5;
  border-top: none;
}

.contact-form dl{
  display: flex;
  justify-content: space-between;
  padding: 2em 0;
  border-bottom: 1px solid #d5d5d5;
}

.contact-form dl:last-of-type{
  border: none;
}

.contact-form dl dt{
  width: 20%;
  font-weight: bold;
  font-size: 1.4rem;
}
.contact-form dl dd{
  width: 80%;
}

.contact-form input[type=tel],
.contact-form input[type=text], 
.contact-form input[type=email], 
.contact-form textarea{
  border:1px solid #d5d5d5;
  padding: 10px;
  font-size: 16px;
  border-radius: 0;
  width: 100%;
  box-sizing:border-box;
  background: #f5f5f5;
}

.contact-form input[type=text].short{
  width: auto;
}

.contact-form input{
  border:1px solid #d5d5d5;
  padding: 10px;
  font-size: 16px;
  background: #f5f5f5;
}

.contact-form input + input{
  margin-left: 50px;
}

.contact-form dt span{
  display: inline-block;
  margin-left:5px;
  padding: 3px 5px;
  line-height: 1;
  font-size: 1.1rem;
  color: #fff;
  background: #c8000d;
}

.contact-form dd span{
  margin-right: 20px;
}
.contact-form dd span input{
  margin-left: 1em;
}

.contact-area button{
  display: block;
  width: 295px;
  height: 60px;
  line-height: 60px;
  margin: 60px auto 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background: #645a8c;
}

/* article-list -----  */

.article-list .filters{
  display: flex;
  justify-content: space-around;
  margin: 40px auto 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #503778;
}
.article-list .filters li{
  position: relative;
  text-align: center;
}
.article-list .filters li:nth-child(-n+4){
  width: 4em;
}

.article-list .filters li::after{
  content: "";
  display: none;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -15px;
}
.article-list .filters li.active::after{
  display: block;
}

.article-list .targets{
  margin-top: 50px;
}

.article-list .targets li a{
  display: block;
  padding: 20px 1em;
  text-decoration: none;
  border-bottom: 1px solid #d9d9d9;
}

.article-list .targets li a:hover{
  background-color: #f3f1f8;
}
.article-list .targets li dl dd .period{
  display: inline-block;
  width: 30%;
}
.article-list .targets li dl dd .event-title{
  font-size: 1.8rem;
  font-weight: bold;
}

/* entry-area ----- */

.entry-info{
  display: flex;
  justify-content: flex-start;
  margin: 40px 0 0;
}
.entry-img {
  margin-right: 40px;
}
.e-img{
  margin-top: 20px;
  max-width: 410px;
  cursor: pointer;
}
.entry-txt{
  max-width: 860px;
  width: 100%;
}
.txt-color-red{
  color: #df3232;
}

.entry-area table th{
  width: 20%;
  font-weight: bold;
  background: #f6f6f6;;
}

.remarks{
  margin: 40px auto 0;
}

p.rice,
.rice li{
  padding-left: 1em;
  text-indent: -1em;
}

/*===モーダル表示のためのcss　*/

.hide-area{/*モーダル表示をする場所をあらかじめ隠す*/
  display: none;
}

.modaal-fullscreen .modaal-content-container{/*full画面の色設定*/
  background: #333;
  color: #fff;
  text-align: center;
}

.modaal-fullscreen .modaal-close{/*ボタンの色、位置*/
  background:none;
  right:20px;
}

/*クローズボタンの×の色変更*/
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

/*キャプション*/
.caption{
    display: block;
    padding: 10px 0;
}

/*===　サムネイル表示のためのcss　*/

.gallery{/*ベースになるギャラリーを横並びに*/
  display: flex;
    justify-content: space-between;
}

.gallery li{
  width:33.333%;
    padding: 0 10px;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.gallery img{
  max-width:100%;
  height:auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*サイト内検索ページ*/
.search h1.PageTitle{
  margin-top: 40px;
  padding: 5px 20px 3px;
  font-size: 2.2rem;
  border-bottom: 2px solid #645a8c;
  background-color: #f3f1f8;
}


/* ------------------------------------------------------
 sp設定
-------------------------------------------------------*/

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

  .pc{
    display: none;
  }

  #main{
    overflow-x: hidden;
  }
  
  .container {
    margin: 65px auto 0;
  }
  .content {
    padding:0 5% 100px;
  }

  .anchorTitle{
    display: block;
    margin-top:-80px;
    padding-top:80px;
  }

  .btntype01{
    width: 100%;
  }


  /* header ------ */

  .header::before{
    display: none;
  }

  .header-inner{
    background-color: #fff;
  }

  .logo{
    width: 100%;
    max-width: 100%;
    height: 60px;
    left: 0;
    top: 0;
  }

  .logo img{
    width: 120px;
    height: auto;
    margin: 20px 0 0 5%;
  }

  #menu-navibtn:checked ~ * .logo{
    background: #503778;
  }
  #menu-navibtn:checked ~ * .logo img{
    display: none;
  }

  /* search */

  .search{
    width: auto;
  }

  /* 基本非表示 */
  #menu {
    display: none;
    height: 100vh;
  }

  .h-utility-navigation{
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 0 auto;
    order: 2;
    background: #fff;
  }
  .h-utility-navigation ul:first-of-type{
    display: block;
    order: 2;
    margin: 0 auto;
  }
  .h-utility-navigation ul:first-of-type li{
    margin: 20px auto 0;
  }

  .h-utility-navigation .search{
    order: 1;
    margin: 30px auto 0;
  }
  .h-utility-navigation .en-site{
    order: 3;
    margin: 20px auto 0;
  }

  .h-utility-navigation ul.sns-list{
    order: 4;
    margin: 20px auto 0;
  }
  .h-utility-navigation .main-logo{
    order: 5;
    margin: 20px auto 0;
  }

  .global-navigation{
    width: 100%;
    margin: 0 auto;
    padding: 0 10% 40px;
    order: 1;
    background: #503778;
  }
  .global-navigation li {
    position: relative;
    height: auto;
    width: 100%;
    padding: 0;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
  }

  .global-navigation li:first-child {
    border-top: 1px solid #fff;
  }

  .global-navigation li a {
    display: block;
    color: #fff;
  }
  .global-navigation > li > a::after,
  .global-navigation > li > label a::after{
    display: none;
  }

  .global-navigation li a.pc-linknone{
    pointer-events: auto;
    color: #fff;
  }
  
  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    z-index: 9999;
  }

  /* ハンバーガーメニューがクリックされた時 */
  #menu-navibtn:checked ~ * #menu {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 60px 0 100px;
    overflow-y: scroll;
  }
  #menu-navibtn:checked ~ * #menu > li {
    max-height: inherit;
    overflow-y: visible;
    background: #fff;
  }
  #menu > li ul {
    line-height: 50px;
  }
  #menu > li > ul {
    display: none;
  }

  #navi #navibtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
  #navibtn span {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #503778;
  }
  #navibtn span span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  #navibtn span span::before,
  #navibtn span span::after,
  #navibtn span::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  /* 上の棒 */
  #navibtn span span::before {
    top:14px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::before {
    top:22px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  /* 下の棒 */
  #navibtn span::after {
    bottom:12px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn > span::after {
    bottom:20px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  /* 中の棒 */
  #navibtn span span::after {
    top:13px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::after {
    display: none;
  }

  #menu .btn-close{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #503778;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    color: #fff;
  }

  /* title */

  .content .page-title{
    font-size: 2.8rem;
  }

  /* other ----- */

  /* scroll-box */

  .scroll-box{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }
  .scroll-box::before{
    content: "左右にスクロールして内容をご確認ください。";
    display: block;
    margin-top: 30px;
    color: #ee627f;
    font-size: 1.4rem;
    
  }

  .scroll-box table{
    min-width: 640px;
    margin: 0;
  }

  

  /* column-two */

  .column-two{
    display: block;
  }
  .column-two div{
    width: 100%;
    margin-top: 20px;
  }


  /* more-btn */

  .more-btn{
    width: 100%;
  }
  

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

  .footer-inner,
  .footer-utility-navigation{
    display: block;
  }

  .footer-inner{
    padding: 60px 5% 0;
  }

  .footer-inner .address{
    margin: 0 auto;
  }

  .footer-inner .address dt{
    width: 60%;
    margin: 0 auto;
  }

  .footer-inner .address dd{
    width: 70%;
    margin: 0 auto;
    font-size: 1.2rem;
  }
  .footer-inner .address dd + dd{
    margin-top: 20px;
  }

  .footer a[href^="tel:"] {
    color: #fff;
  }

  .footer-utility-navigation{
    display: none;
  }
  .copyright {
    text-align: center;
    padding-bottom: 90px;
  }

  iframe.googleSearchFrame {
    width: 100%!important;
  }

  /* contact-area ------ */

  /* contact-form */

  .contact-form dl{
    display: block;
  }
  .contact-form dl dt,
  .contact-form dl dd{
    width: auto;
  }
  .contact-form dl dd{
    margin-top: 1em;
  }
  .contact-form dd span{
    display: block;
    margin-top: 1em;
  }


  /* article-list -----  */

  .article-list .targets li dl dd .period{
    display: block;
    width: auto;
    margin-top: 1em;
  }

  .scroll-nav {
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0 0;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-nav ul {
    max-width: 1060px;
    min-width: 860px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    list-style: none;
    padding-right: 40px;
    position: relative;
    display: flex;
  }

  /* entry-area ----- */

  .entry-info{
    display: block;
  }
  
  .e-img{
    margin-top: 20px;
    max-width: 100%;
    text-align: center;
  }
  .entry-txt{
    margin-top: 40px;
    max-width: 100%;
  }
  .entry-area table th{
    /* width: 25%; */
    width: 100%;
  }

  /* table ----- */

  table thead th,
  table tbody th,
  th.head {
    width: 100%;
    display: block;
  }
  table th, table td {
    width: 100%;
    display: block;
  }
  table tbody th + th,
  table tbody td + td,
  table .border-left {
    border-left: none;
  }
  .table-scroll {
    overflow-x: auto;
  }
  .table-scroll table{
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
  }
  .table-scroll table thead th,
  .table-scroll table tbody th,
  th.head {
    width: auto;
    display: table-cell;
  }
  .table-scroll table th, .table-scroll table table td {
    width: auto;
    display: table-cell;
  }

  /* guideページ ----- */
  .ccm-layout-494-col-1.ccm-layout-col,
  .ccm-layout-494-col-2.ccm-layout-col {
    width: 100%!important;
  }

}

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

PCのみ（960px～）

----------------------------------*/
@media print, screen and (min-width: 960px) {

  .sp {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
    font-weight: normal;
    color: inherit;
    text-decoration: none !important;
  }
  /*-- ここまで --*/
}


/* Automatically included across all of c5 - use this file gingerly */
img.ccm-captcha-image {display: block}

/* clear and pagination styles */
*.ccm-spacer {clear: both; font-size:1px; line-height:1px; }
div.ccm-pagination { text-align:center; position: relative}
div.ccm-pagination span.ccm-page-right {position: absolute; top: 0px; right: 0px; margin-right: 0px !important}
div.ccm-pagination span.ccm-page-right span {margin-right: 0px}
div.ccm-pagination span.ccm-page-left {position: absolute; top: 0px; left: 0px}
div.ccm-pagination span {margin-right: 4px}
.ccm-ui div.ccm-pagination span {margin-right: 0px;}

/* Extra pagination styling to make code generated by C5 pagination helper look nice */
div.pagination ul strong, div.pagination ul span.ltgray {
	display:block;
	padding:0 14px;
	float:left;
	line-height:34px;
	border-right:1px solid #DDD;
	text-decoration:none;
}

/* Layout */ 
/*
.ccm-layout .ccm-layout-cell{ overflow:hidden; }
*/
.ccm-layout-table .ccm-layout-col {float:left}
.ccm-layout .first .ccm-layout-col-spacing { margin-left:0px !important } 
.ccm-layout .last .ccm-layout-col-spacing { margin-right:0px !important } 

/* global error styles */
.ccm-error {font-weight: bold; color: #f00}
.ccm-required {font-weight: bold; color: #3975AD}

div#ccm-overlay {
	position: fixed;
	z-index:99;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	height:100%;
	width:100%;
	display: none;
} 

.ccm-input-time-wrapper select {width: 55px !important; margin-right: 4px !important;}
.ccm-input-date {width: 80px !important; margin-right: 4px !important;}