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

/* ---------------------------------------------
　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;
}

@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%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt{
		font-size:108%;
	}

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:#2563a8; }
a:visited       { color:#6b4967; }
a:hover,a:active{ color:#1d8c73; }


/* ------ 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;
  background-color: #fff;
}

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

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

.header-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ロゴ */
.logo {
  position: absolute;
  top: 20px;
  left: -980px;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 230px;
  text-align: left;
  z-index: 9;
}

.header-utility-navigation,
.target-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;
  margin: 0 0 0 auto;
  position: relative;
}

.wh-navi,
.target-navigation ul{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}

.target-navigation{
  margin-top: 10px;
}

.wh-navi li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 40px;
  margin-left: 1px;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  background-color: #eee;
  text-align: center;
}

/* search */

.search-check{
  filter: alpha(opacity=0);
  -moz-opacity:0;
  opacity:0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

label.search-label{
  display: block;
  width: 78px;
  height: 40px;
  margin: 0 1px;
  background-color: #eee;
  cursor: pointer;
}

label.search-label img{
  margin-top: 10px;
}

.search-content{
  width: 316px;
  height: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  right: 310px;
  background: #dae7cf;
  display: none;
  z-index: 10;
  text-align: left;
}

.search-check:checked + .search-label + .search-content{
  display: block;
}

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

.search-content .serch-btn{
  vertical-align: middle;
  background-color: #84ae60;
  width: auto;
  height: 35px;
  margin-top: -1px;
}

/**/
.btn-calender a,
.btn-contribution a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 40px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
}

.btn-calender a{
  background: #84ae60;
}

.btn-contribution a{
  background: #4c7c23;
}

.tg-navi li{
  position: relative;
}

.tg-navi li::after{
  content: "|";
  display: inline;
}

.tg-navi li a{
  display: inline-block;
  min-width: 150px;
  padding: 0 10px;
  text-decoration: none;
  color: #000;
}

/* SP用に非表示 */
.tg-title,
.tg-navi li.last,
.glnav-title
{
  display: none;
}

.sns-navi li{
  width: 28px;
}

/* Gnavi  ----- */

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

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

.global-navigation{
  margin: 20px auto 0;
}

.global-navigation > li{
  float: left;
  width: 12.5%;
  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;
  letter-spacing: -2px;
  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 > a:hover{
  opacity: 1;
  background-color: #6d9649;
}

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

/* ドロップダウンメニュー */
.global-navigation > li > ul {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 80vh;
  left: 0;
  padding: 0px 20px 60px;
  background-color: #6d9649;
  overflow-y:scroll;
  scrollbar-width:10px;
  scrollbar-color: #dae7d0 #6d9649;
}

.global-navigation > li > label:hover {
  cursor: pointer;
  background-color: #6d9649;
  opacity: 1;
}

.global-navigation > li > input[type="checkbox"]:checked ~ label{
  background-color: #6d9649;
}

.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:hover > ul::-webkit-scrollbar{
  width: 10px;
  border-radius: 10px;
}

.global-navigation > li:hover > ul::-webkit-scrollbar-thumb{ 
  background: #dae7d0;
  border-radius: 10px;
}

.global-navigation > li:hover > ul::-webkit-scrollbar-track-piece{
  background: #6d9649;
  border-radius: 10px;
}

.dropnavi > li {
  width: 100%; 
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 80px 0 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: left;
  color: #fff;
  line-height: 1.8;
}

.dropnavi h2{
  position: absolute;
  top: 20px;
  left: 0;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
}

.dropnavi h2 a{
  color: #fff;
}

.dropnavi .drop-close{
  position: absolute;
  right: 0;
  top: 20px;
  width: 220px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #8aab6d;
}

.dropnavi .drop-close::after{
  content: "×";
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 18px;
  font-size: 1.6rem;
  margin: 0 0 3px 5px;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 100%;
}

@-moz-document url-prefix() {

  .dropnavi .drop-close::after{
    line-height: 14px;
  }
}


.dropnavi .sub-all{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 220px;
}

.dropnavi .sub-all a{
  display: block;
  position: relative;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #8aab6d;
}

.dropnavi .sub-all a::after{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin:0 0 3px 10px;
  vertical-align: middle;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #fff;
}

.dropnavi li dl{
  width: 23%;
}

.dropnavi li dl.w46{
  width: 46%;
}

.dropnavi li dl.w46 ul + ul{
  margin-left: 10px;
}

.dropnavi li dl:first-of-type{
  margin-left: 0;
}

.dropnavi dl dt{
  position: relative;
  font-size: 1.8rem;
  margin: 0 0 1em;
  padding: 0 0 5px 30px;
  border-bottom: 1px solid #fff;
  line-height: 1;
}

.dropnavi dl dd{
  margin-bottom: 1em;
  display: flex;
}

.dropnavi dl dt::before{
  content: "";
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border-radius: 100%;
  border: 2px solid #e6de0e;
  vertical-align: middle;
}

.dropnavi dl ul li{
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1.8;
  font-size: 1.4rem;
}

.dropnavi dl ul li a{
  display: block;
  color: #fff;
  position: relative;
  padding-left: 20px;
}

.dropnavi li dd ul li a::before{
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #fff;
}


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



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

.container{
  margin:160px auto 0;
}

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


.asmillerGalleryBlock li {
  margin: 30px 10px 10px 0!important;
}

/*
footer
----------------- */
.footer{
  color: #fff;
  background-color: #84ae60;
  font-size: 1.3rem;
}

.footer::after{
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-color: #000;
}

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

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

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

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

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

.footer-utility-navigation{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content: space-between;
    margin: 0 0 0 auto;
}

.f-utility-list{
  display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 60%;
    margin: 0 0 0 auto;
}

.f-utility-list li{
  width: 33%;
  text-align: left;
  position: relative;
  margin-bottom: 10px;
  padding:0 1.5rem;
}

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

.f-utility-list li a{
  color: #fff;
  text-decoration: none;
}

.f-btn li a{
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  color: #4c7c23;
  text-align: center;
  background-color: #dae7d0;
  text-decoration: none;
}

.copyright{
  padding-bottom: 30px;
}

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

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

  .pc{
    display: none;
  }

  #main{
    overflow-x: hidden;
  }
  
  .container {
    margin: 65px auto 0;
  }

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


  /* header ------ */

  .header::before{
    display: none;
  }

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

  .logo{
    width: 100%;
    max-width: 100%;
    height: 45px;
    left: 0;
    top: 40px;
    background: #fff;
    z-index: 5;
  }

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

  .header-utility-navigation,
  .target-navigation{
    margin: 0 auto;
    justify-content: space-between;
  }

  .wh-navi{
    width: 75%;
    margin: 0;
  }

  .wh-navi li{
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3) ;
  }

  .wh-navi li a{
    width: 100%;
    border-right: 1px solid #fff;
    margin-left: 0;
  }

  /* search */

  .search{
    width: 25%;
  }

  label.search-label{
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
  }

  .search-content{
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 14px 0 0 5%;
    top: 40px;
    right: 0;
    left: 0;
    background: #fff;
  }

  .search-content::before{
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    width: 90%;
    height: 50px;
    margin: auto;
    background: #dae7cf;
    z-index: -1;
  }

  .tg-title{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #84ae60;
    font-weight: bold;
  }

  .target-navigation ul{
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 40px;
  }

  .tg-navi li::after{
    display: none;
  }

  .tg-navi li{
    width: 49%;
    margin-bottom: 2%;
  }
  
  .tg-navi li a{
    display: block;
    width: 100%;
    min-width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-decoration: none;
    color: #fff;
    background: #84ae60;
  }

  .tg-navi li.last{
    display: block;
  }

  .glnav-title{
    display: block;
    margin: 20px auto;
    text-align: center;
    color: #84ae60;
    font-weight: bold;
  }

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

  .global-navigation{
    width: 90%;
    margin: 0 auto;
  }
  .global-navigation li {
    position: relative;
    height: auto;
    width: 100%;
    padding: 0;
    white-space: nowrap;
    text-align: left;
    border-bottom: 2px solid #84ae60;
  }


  .global-navigation li:first-child {
    border-top: 2px solid #84ae60;
  }

  .global-navigation li a {
    display: block;
    color: #000;
  }

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

  .global-navigation li > a::after,
  .global-navigation li > label a::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right:15px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #84ae60;
    border-bottom: 1px solid #84ae60;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  
  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }

  /* ハンバーガーメニューがクリックされた時 */
  #menu-navibtn:checked ~ * #menu {
    display: block;
    background: #fff;
    padding: 60px 0 30px;
    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: 40px;
    right: 0;
    z-index: 10;
  }
  #navibtn span {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #84ae60;
  }
  #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;
  }

  .btn-calender,
  .btn-contribution,
  .target-navigation ul.sns-navi{
    display: none;
  }

  #menu div.sp{
    clear: both;
    width: 100%;
    display: block;
  }

  .ut-spnvi{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
  }

  .ut-spnvi li{
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3) ;
    margin: 0 5px;
  }

  .ut-spnvi li a{
    display: block;
    background: #eee;
    line-height: 40px;
    color: #000;
    text-decoration: none;
  }

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

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


  .footer::after{
    display: none;
  }

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

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

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

  .footer-inner .address dt{
    font-size: 1.1rem;
  }

  .footer-inner .address dd{
    line-height: 1.3;
  }

  .footer-inner .address dd span{
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    font-size: 3rem;
  }

  .footer-inner .address dd span a{
    color: #fff;
    margin: 0;
  }

  .f-utility-list{
    width: 90%;
    margin: 0 auto;
  }

  .f-utility-list li{
    width: 50%;
  }

  .f-btn{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .f-btn li{
    width: 48%;
  }

  .f-btn li a{
    width: 100%;
  }

  .f-sns-navi{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }

  .f-sns-navi li{
    width: 25%;
    border-left: 1px solid #000;
  }

  .f-sns-navi li:first-child{
    border: none;
  }

  .copyright {
    padding-bottom: 90px;
  }

  iframe.googleSearchFrame {
    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;
  }
  /*-- ここまで --*/
}


