body{
  background: #fff;
  font-size: 0;
}

.wrap{
  font-size: 16px;
}

img{
  max-width: 100%;
}

.sp{
  display: none;
}

/*nav*/
.navbar {
  background-color: #a81563;
  padding: 0;
  display: block;
  border-bottom: 1px solid #FFF;
}
/* navbar テキストカラー */
.navbar-default .navbar-nav > li > a {
  color: #FFF;
  transition: .5s;
}
/* navbar hover,focus時のテキストカラー */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #ffb2d7;
  transition: .5s;
}

body.information .navbar-default .navbar-nav > li:nth-child(1) > a,
body.access .navbar-default .navbar-nav > li:nth-child(2) > a,
body.rooms .navbar-default .navbar-nav > li:nth-child(3) > a,
body.procedures .navbar-default .navbar-nav > li:nth-child(4) > a,
body.q_and_a .navbar-default .navbar-nav > li:nth-child(5) > a,
body.voices .navbar-default .navbar-nav > li:nth-child(6) > a,
body.students .navbar-default .navbar-nav > li:nth-child(7) > a,
body.contact .navbar-default .navbar-nav > li:nth-child(8) > a
{
    background-color: #ffb2d7;
    transition: .5s;
}

/* Bootstrap ブレイクポイント調整 */
.navbar-expand-lg .navbar-toggler {
    display: none !important;
}

.collapse {
    display: block !important;
}
/* Bootstrap ブレイクポイント調整 */

.navbar .nav{
  margin: 0 auto;
  display: table;
  width:100%;
  padding: 0;
}

.navbar ul.nav{
  width:950px;
  margin: 0 auto;
}

.navbar .nav li{
  display: table-cell;
  float:none;
  width:100px;
  border-left: 1px dotted #FFF;
}

.navbar .nav li:last-child {
  border-right: 1px  dotted #FFF;
}


.navbar .nav li a {
font-weight: bold;
text-align: center;
line-height: 1.4;
}
 
.navbar .nav li:last-child a {
border-right: 0;
border-radius: 0 3px 3px 0;
}

.navbar .nav li a span{
  display: block;
  font-size: 0.6em;
  color: #FFF;
  opacity: .75;
}

.navbar-expand-lg .navbar-nav .nav-link{
  padding: .75rem 0;
  display: block;
}

button.navbar-toggler {
  position: fixed;
  top: 0;
  right: 0;
}

/*header*/
.header_nav{
  width: 100%;
  min-width: 950px;
  margin: 0 auto;
  background-color: #4a5056;
  position:fixed;
  top:0px;
  display: block;
  z-index: 10000;
}

.header_logo{
  width: 950px;
  margin: 8px auto;
}

.header_logo:after{
  content: '';
  display: block;
  clear: both;
}

.header_logo h1{
  font-size: 12px;
  color: #fff;
}

.top_icon{
  float:left;
  margin-right: 12px;
}

.top_icon img{
  display: block;
}

.contact_nav{
  float:right;
  text-align: right;
  /*background-color: #f57575;*/
  /*background-color: #a81563;*/
  background-color: #4a5056;
  padding: 5px 15px;
  color: #FFF;
}

.contact_nav a{
  color: #FFF;
}


/*main*/
.center{
  text-align: center;
  display: block;
}

#main_container{
  width: 950px;
  margin: 0px auto;
  overflow: hidden;
}

.container{
  width: 950px;
  max-width: 950px;
  margin: 200px auto 90px;
  overflow: hidden;
  background-color: #ffeff7;

}

.container h3{
  margin: 30px;
  border-bottom: solid 2px gray;
  clear: both;
  border-left: solid 4px #805147;
  padding-left: 10px;
}

h4 {
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  margin: 20px 0px;
  background-color: #4a5056;
  vertical-align: middle;
  padding: 10px 10px;
}

.main_contents {
  margin: 10px 50px 30px;
  font-size: 14px;
}

/*page title*/
.title_image {
  position:relative;
  margin-bottom: 10px;
  font-size: 0;
}
.colorfilter-base {
  background-color: white;  /* カラーフィルタ効果の色を指定 */
  display: inline-block;
}
.colorfilter-image {
  opacity: 0.7;    /* カラーフィルタ効果の度合いを指定 */
  display: block;
  border:solid 2px #f4f6f7;
}

.mybox{
  background: none;
  border: 1px solid #a81563; /* 線の太さ・種類・色 */
  margin: 0px; /* 外側の余白 */
  padding: 10px 7px 7px 13px; /* 内側の余白 */
  position: absolute;
  top:15px; 
  left:15px; 
}

.mybox:after{
 background: none;
 border: 1px solid #a81563; /* 線の太さ・種類・色 */
 content: '';
 position: absolute;
 top: 3px;
 left: 3px;
 width: 101%;
 height: 101%;
 z-index: 5;
}

.mybox h2{
  background-color:#a81563;
  color:#FFF;
  opacity: 0.8;
  margin: 0;
  vertical-align:middle;
  font-size: 25px;
  padding: 25px 30px;
  font-weight:bold;
}

.title_image .mybox span{
  font-size: 12px;
  margin-left: 2px;
  display:block;
}


/*top*/
#left_container{
  display: inline-block;
  width: 660px;
  padding:30px 30px;

}

#right_container{
  display: inline-block;
  width:260px;
  float:right;
  text-align:right;
  padding: 30px 30px;
}

.bx-wrapper {
  width: 720px;
  margin: 20px auto;
}

.bxslider img {
  margin:0 auto;
  display:block;
  height: 400px;
}

#left_container h4{
  margin: 0;
}

.news_box{
  height: 16em;
  overflow: scroll;
  padding: 0 0.5em 0.5em;
  border: 1px solid #AAA;
  background-color: #fff;
}

.news_box dl:after{
  content: '';
  display: block;
  clear: both;
}

.news_box dl dt{
  width: 20%;
  clear: both;
  float: left;
}

.news_box dl dd{
  width: 79%;
  float: right;
}

.news_box dl dt, .news_box dl dd{
  border-top: 1px dotted #AAA;
  padding-top:.5em;
}

.news_box dl dt:first-of-type, .news_box dl dd:first-of-type{
  border-top: none;
}

ul.top_bnr{
  padding: 0;
  margin-top: 2rem;
}
ul.top_bnr:after{
  content:'';
  display: block;
  clear: both;
}

ul.top_bnr li{
  width: 295px;
  list-style: none;
  margin-bottom: 10px;
  color: #805147;
}

ul.top_bnr li:nth-child(odd){
  float: left;
}

ul.top_bnr li:nth-child(even){
  float: right;
}

ul.top_bnr li img{
  width: 100%;
}

ul.top_bnr li p{
  font-size: 13px;
  height: 15px;
}

/*corgi_data*/
.owner_introduction img{
  float: right;
}

.owner_introduction span{
  display: inline-block;
  width: 50%;
}

.owner_introduction span ul{
  list-style: none;
}

.owner_introduction{
  display: inline;
}

#asahi_newspaper_img{
  float: left;
  width: 160px;
  margin: 0 30px;
  display: inline-block;
  width: 70%;
}

#asahi_newspaper_img img{
  margin: 5px;
}

/*environments*/
.map{
  text-align: center;
}

.universities_1 ul li{
  display:inline-block;
  width:30%;
  text-align: center;
}

.environments ul{
  margin-top: 1em;
}

.environments ul li{
  display:inline-block;
  width:30%;
  text-align: center;
}

.environments ul li img{
  height: 170px;
}

.universities_1 ul{
  list-style:none;
}
.universities_2 ul{
  list-style:none;
}


/*information*/
.room_type{
  display: inline;
}

.table-bordered {
  font-size: 13px;
  background-color: #fff;
}
.table-bordered th{
  background: #ff99a1;
  text-align: center;
}

.table-bordered td{
  background: #fff;
  text-align: center;
}

.table-body th{
  background: #d6d8db;
  text-align: center;
  width: 150px;
  padding: .5em;
}

.table-bordered td{
  text-align: center;
}

.update{
  text-align:right;
  font-size: 15px;
  vertical-align: text-bottom;
}


/*q&a*/
.q_and_a_wrap, .voice {
  background-color: #f4f4f4;
  border-radius: 5px;
  padding: 15px;
  margin: 20px 0px;
  background: #f4f4f4;
  border-left: solid 6px #5bb7ae;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

.voice h5:after{
  content: '';
  display: block;
  clear: both;
}

.q_and_a_wrap p{
  padding: 10px;
  margin:0;
}

.question {
  margin: 20px;
  font-weight: bold;
}

/*accordion*/
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-trigger {
  z-index:2;
  margin: 8px 30px 8px auto;
  /*background: #e52a6f;*/
  background: #5bb7ae;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  padding: 5px;
  border-radius: 4px;
  display: block;
  width: 90px;
}
.grad-trigger::after {
  font-size: 12px;
  content: "続きを読む" /*クリック前のボタンのラベル*/
}
.grad-trigger .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
}
.grad-item p{
  margin: 10px;
}
.grad-item.is-hide {
  height: 140px; /*隠した後の高さ*/
}

.question + .grad-item.is-hide {
  height: 130px; /*隠した後の高さ*/
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 15px; /*グラデーションで隠す高さ*/
  background: #f4f4f4;
}
.grad-trigger.is-show {
  bottom: -2em;
}
.grad-trigger.is-show::after {
  content: "閉じる" /*クリック後にボタンのラベルを変える*/
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}

/*flow*/
.number_ul{
  list-style-type: decimal;
}

/*voices*/
.voice_date{
  display: block;
  text-align: right;
}
.voice_reason{
  font-size: 13px;
  margin:5px;
}

.voice p{
  padding: 7px;
}

/*record*/
.prefecture {
  width:150px;
  display: inline;
}
.prefecture td.pref_number{
  width: 5px;
  font-size: 12px;
  font-weight: bold;
}
.prefecture td.pref_pref{
  width: 75px;
  text-align: "center";
  font-size: 12px;
  font-weight: bold;
}
.prefecture td.pref_school{
  width: 155px;
  font-size: 12px;
}

.table td, .table th {
  border-top: 1px solid #BBB;
}

/*contact*/
.download_corgi{
  float: right;
}

table.contact_form{
  width: 100%;
}

table.contact_form th,table.contact_form td{
    padding: .5em;
}

table.contact_form th{
  width: 20%;
}

table.contact_form th.required:after{
    content:'必須';
    color: red;
    float: right;
    display: block;
}

table.contact_form td{
  width: 70%;
}

table.contact_form td input[type="text"],
table.contact_form td input[type="email"],
table.contact_form td textarea{
  width: 100%;
}

.submit{
  text-align: center;
  margin-top: 1em;
}

.submit input{
  font-size: 1.5em;
  line-height: 2;
  height:2em;
  color: #FFF;
  background: #a81563;
  border: none;
  font-weight: bold;
  padding: 0 1.5em;
}

.submit input:hover{
  opacity: 0.8;
}


/*footer*/
.footer_address{
  background-image: url("https://corgi-plus.info/wp/wp-content/themes/CorgiPlus/images/gr8b.gif");
  background-repeat: repeat;
}

.footer_font{
  font-size: 8px;
  color:#ffffff;
  padding: 20px 0px;
}

.footer_address{
  width:100%;
  text-align:center;
}

.footer_address{
  width:100%;
  text-align:center;
}

.site_map{
  /*background-color: #f57575;*/
  /*background-color: #fff2f2;*/
  background-color: #a81563;
  border-top: solid 1px #f57575;
  font-size: 15px;
}

.site_map_contents {
  width: 950px;
  margin: 0px auto;
  padding: 20px 0px;
}

.site_map_contents > ul:after{
  content: '';
  display: block;
  clear: both;
}

.site_map_contents ul{
  list-style: none;
  padding: 0;
}

.site_map_contents > ul > li{
  width: 16.66%;
  float: left;
}

.site_map_contents > ul > li > ul > li:first-child,
.site_map_contents > ul > li:last-child,
.site_map_contents > ul > li:nth-last-child(2) {
  font-weight: bold;
}

.site_map_contents > ul > li > ul > li{
  margin-bottom: .25em;
}

.site_map_contents > ul > li > ul > li:first-child:before,
.site_map_contents > ul > li:last-child > ul > li:before,
.site_map_contents > ul > li:nth-last-child(2) > ul > li:before{
  content:'';
}

.site_map_contents > ul > li > ul > li:before{
  content: '・';  
  /*color: #f57575;*/
  color: #FFF;
}

.site_map_contents ul li a{
  /*color: #f57575;*/
  color: #FFF;
  text-decoration:underline;
  text-decoration-color:#a81563;
}

.id_anchor{
    padding-top: 170px;
    margin-top: -170px;
}

#application_static table {
  font-size: 11px;
}

#application_static table tbody tr td:first-child{
  width: 4.5em;
  padding: .75rem .15rem;
}
