@charset "utf-8";
/*
Theme Name: hokudai english site theme
Theme URI:
Description: hokudai english site theme
Author:
Author URI:
*/
/* common setting
---------------------------------------------- */

html {
  color: #333;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}
/* exlude MacIE5 \*/

* html .clearfix {
  height: 1%
}

.clearfix {
  display: block;
}
/* end MacIE5 */

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}

#contents_wrapper #content h2.title {
  margin-top: 0;
}

.more {
  font-size: 84.7%;
  line-height: 1.2;
  margin-top: -10px;
}

.widget_simpleimage .more, .home .more {
  margin-top: 5px;
  font-size: 0.8rem;
  line-height: 1.25rem;
}

.home .more a {
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.home .wpel-icon.wpel-image {
  display: none;
}

.more span {
  background: url(img/common/arrow_gray.gif) no-repeat right center;
  padding-right: 12px;
}

.share-links {
  margin: 0 auto 30px auto;
  max-width: 940px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .share-links {
    width: 98%;
  }
}

@media screen and (max-width: 480px) {
  .share-links {
    width: 98%;
  }
}

.share-links ul {
  width: 116px;
  margin-left: auto;
}

.share-links li {
  float: left;
  margin-right: 4px;
}

.share-links li.last {
  margin-right: 0;
}

.update {
  font-weight: bold;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .update {
    border-top: 1px dotted #808080;
    padding-top: 10px;
  }
}

.single .date {
  color: #007E2D;
}

.update span, .date span {
  font-family: Verdana, Geneva, sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #808080;
}

.page_top {
  height: 120px;
  width: 31px;
  position: fixed;
  top: 210px;
  margin-left: 950px;
  z-index: 9000;
}

@media screen and (max-width: 768px) {
  .page_top {
    height: 30px;
    width: 30px;
    top: 115px;
    right: 0px;
  }
  .page_top a {
    display: block;
    height: 30px;
    width: 30px;
    background: url(img/common/btn_top_s.png) no-repeat;
    text-indent: -9999px;
  }
}

@media screen and (max-width: 480px) {
  .page_top {
    height: 30px;
    width: 30px;
    top: 115px;
    right: 0px;
  }
  .page_top a {
    display: block;
    height: 30px;
    width: 30px;
    background: url(img/common/btn_top_s.png) no-repeat;
    text-indent: -9999px;
  }
}
/* Hyper text
---------------------------------------------- */

a {
  color: #447B9E;
  text-decoration: underline;
  outline: none;
}

a:visited {
  color: #9E4474;
}

a:hover {
  color: 10557E;
  text-decoration: none;
}

h2.title a {
  color: #000000;
  text-decoration: none;
}

h2.title a:hover {
  color: #000000;
  text-decoration: underline;
}
/* wrap
---------------------------------------------- */

#wrap {
  margin: 0 auto;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #wrap {
    xxx width: 98%;
    xxx margin: 0 1%;
  }
  .home #wrap {
    margin-bottom: 20px;
  }
}
/* header
---------------------------------------------- */

header {
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  position: relative;
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  header {
    width: 100%;
  }
}

#header_inner {
  max-width: 950px;
  height: 104px;
  padding-left: 10px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 960px) {
  #header_inner {
    width: calc(100% - 10px);
  }
}

@media screen and (max-width: 768px) {
  #header_inner {
    width: 100%;
    height: 69px;
    padding: 0;
  }
}

@media screen and (max-width: 320px) {
  #header_inner {
    padding: 30px 0 0 0;
  }
}

#header_inner h1 {
  height: 104px;
  width: 104px;
  position: relative;
  z-index: 5000;
}

@media screen and (max-width: 768px) {
  #header_inner h1 {
    width: 70px;
    height: 70px;
    padding-left: 2%;
  }
}

@media screen and (max-width: 480px) {
  #header_inner h1 {
    width: 70px;
    height: 70px;
    padding-left: 2%;
  }
}

#header_inner ul {
  width: 480px;
  position: absolute;
  top: 0;
  right: 5px;
}

@media screen and (max-width: 768px) {
  #header_inner ul {
    width: 270px;
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 480px) {
  #header_inner ul {
    width: 270px;
    margin: 0 0 0 auto;
  }
}

#header_inner li {
  float: left;
  background: url(img/common/arrow_green.gif) no-repeat right center;
  margin-right: 15px;
  padding: 10px 10px 0 5px;
  line-height: 1.2;
  height: 27px;
}

@media screen and (max-width: 768px) {
  #header_inner li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  #header_inner li {
    margin-bottom: 10px;
  }
}

#header_inner li.last {
  background: none;
  margin-right: 0;
  padding-right: 0;
  line-height: 1;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #header_inner li.last {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 30px;
    width: 212px;
  }
}

@media screen and (max-width: 480px) {
  #header_inner li.last {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 30px;
    width: 212px;
  }
}

#header_inner form {
  background: url(img/common/bg_search.gif) no-repeat left center;
  height: 19px;
  width: 199px;
  padding: 1px 0 0 1px;
}

#header_inner .search {
  color: #4D4D4D;
  font-size: 77%;
  font-style: italic;
  border: medium none;
  margin: 0 0 0 7px;
  padding: 0 15px 0 0;
  width: 150px;
  line-height: 1.1;
}

#header_inner .btn_search {
  padding-top: 1px;
  vertical-align: top;
}

input.gsc-search-button {
  background: url(img/common/btn_search.gif) no-repeat !important;
  padding-top: 16px !important;
  width: 15px !important;
  height: 0 !important;
  border: none !important;
  overflow: hidden !important;
}
#gs_cb50 {
  padding-top: 4px !important;
}
#gs_tti50 {
  padding-bottom: 2px !important;
}

/* nav_area
---------------------------------------------- */

#nav_area {
  background: url(img/common/bg_navi.png) repeat;
  margin-top: -67px;
  margin-bottom: 67px;
  position: relative;
  z-index: 3000;
}

@media screen and (max-width: 768px) {
  #nav_area {
    background: none;
    background-color: #000000;
    margin-top: 0;
    margin-bottom: 30px;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #nav_area {
    background: none;
    background-color: #000000;
    margin-top: 0;
    margin-bottom: 30px;
    height: 100%;
  }
}

.home #nav_area {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .home #nav_area {
    margin-bottom: 30px;
  }
}
/* gNav */

#gNav {
  font-size: 92.4%;
  line-height: 1.2;
  max-width: 840px;
  margin: 0 auto 0 auto;
  padding-left: 120px;
  padding-top: 10px;
  position: relative;
  z-index: 4000;
}

@media screen and (max-width: 960px) {
  #nav_area {
    padding-left: 120px;
    width: 100%;
    width: calc(100% - 120px);
  }
  #gNav {
    width: 100%;
    padding-left: 0;
  }
  #gNav #menu li.sub div {
    width: 95%;
    left: 0.3%;
    top: 100%;
  }
  #gNav #menu li.sub {
xxx    margin-left: 2.5px;
    font-size: 1.22vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

@media screen and (max-width: 768px) {
  #gNav {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
  #nav_area {
    padding-left: 0;
    width: 100%;
  }
  #gNav #menu li.sub {
    font-size: 1.47vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
@media screen and (max-width: 620px) {

  #gNav #menu li.sub {
    font-size: 11px;
    padding-left: 2.2vw;
    padding-right: 2.2vw;
  }
}
@media screen and (max-width: 480px) {
  #gNav {
    width: 100%;
    padding: 0;
  }
}
/* menu_mb */

#menu_for_mb {
  display: none;
}

@media screen and (max-width: 480px) {
  #menu_for_mb {
    display: block;
  }
  #menu_for_mb .title {
    border-bottom: #808080 solid 2px;
    background: url(img/common/arrow_navi.png) no-repeat 10px center;
    background-color: #F1F1F1;
    color: #2C2C2C;
    font-weight: bold;
    line-height: 1.2;
    padding: 14px 0 14px 25px;
    cursor: pointer;
  }
  #menu_for_mb .title.selected {
    border-bottom: #808080 solid 2px;
    background: url(img/common/arrow_navi_anc.png) no-repeat 7px center;
    background-color: #F1F1F1;
  }
  #menu_for_mb .title:hover {
    text-decoration: underline;
  }
  #menu_for_mb ul {
    background-color: #FFF;
  }
  #menu_for_mb ul li {
    border-bottom: #999 dotted 1px;
    padding: 14px 10px;
  }
  #menu_for_mb ul li a:hover {
    color: #007F2D;
    text-decoration: underline;
  }
}
/* topic_path
---------------------------------------------- */

ul.pan {
  border-bottom: 4px solid #007F2D;
  font-size: 92.4%;
  margin: 0 auto 10px auto;
  max-width: 940px;
  padding-bottom: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 768px), screen and (max-width: 480px) {
  ul.pan {
    width: 98%;
  }
}

ul.pan li {
  float: left;
  line-height: 1.2;
}

ul.pan li:last-child {
  display: none;
}

ul.pan li.top a {
  background: url(img/common/icon_home.gif) no-repeat left top;
  display: block;
  text-indent: -9999px;
  width: 11px;
  margin-right: 0.5em;
}

ul.pan li, ul.pan li a {
  font-family: Verdana, Geneva, sans-serif;
  color: #808080;
}
/* discover
---------------------------------------------- */

#discover {
  width: 868px;
  margin: 0 auto 40px auto;
  padding-left: 92px;
}

@media screen and (max-width: 960px), screen and (max-width: 768px) {
  #discover {
    width: 98%;
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  #discover {
    display: none;
  }
}

#discover li {
  float: left;
  margin-right: 19px;
}

#discover li.last {
  margin-right: 0;
}

@media screen and (max-width: 960px), screen and (max-width: 768px) {
  #discover li {
    margin: 0 2% 0 0;
    padding-top: 7px;
    width: 28%;
  }
  #discover li img {
    width: 100%;
    height: auto;
  }
}
/* contents_wrapper
---------------------------------------------- */

#contents_wrapper {
  max-width: 960px;
  overflow: hidden;
  xxx margin: 0 auto 15px auto;
  margin: 10px auto 15px auto;
}

.page #contents_wrapper, .archive #contents_wrapper, .single #contents_wrapper {
  max-width: 940px;
  padding: 0 1%;
}

@media screen and (max-width: 768px) {
  #contents_wrapper {
    width: 96% !important;
    padding: 0 2%;
  }
}

@media screen and (max-width: 480px) {
  #contents_wrapper {
    xxx width: 98% !important;
  }
}
/* main_wrap
---------------------------------------------- */

#main_wrap {
  max-width: 76%;
  float: left;
  padding: 0 1%;
}

@media screen and (max-width: 480px) {
  #main_wrap {
    width: 100%;
    max-width: 98%;
  }
}

@media screen and (max-width: 480px) {
  #main_wrap {
    width: 100%;
    margin-top: 10px;
  }
}
/* content
---------------------------------------------- */

#content {
  float: right;
}

#content article {
  overflow: hidden;
}

#content article li {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.6;
  margin-bottom: 1em;
}

#content article ol li {
  list-style-type: decimal;
}

#content article em, #content article address {
  font-style: italic;
}
/* 404 */

.error404 #content {
  float: none;
  margin-bottom: 70px;
}

.error404 #content h2 {
  font-size: 184.7%;
  margin-bottom: 1em;
}
/* home */



.home .event_state-wrap{
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.home .event_state-wrap .event_state{
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 8px;
  font-size: 72%;
  color: #fff;
  z-index: 10;
  letter-spacing: 0.5px;
}

.home .event_state-wrap.event-1 .event_state,
.category-event .event_state-wrap.event-1 .event_state {
  background-color: #1e45c2;
}
.home .event_state-wrap.event-2 .event_state,
.category-event .event_state-wrap.event-2 .event_state {
  background-color: #c7c7c7;
}
.home .event_state-wrap.event-3 .event_state,
.category-event .event_state-wrap.event-3 .event_state {
  background-color: #ad1750;
}
.home .event_state-wrap .event_state-subcat{
  display: block;
  font-size: 80%;
  color: #007F2D;
}

.home .event_state-wrap .event-date{
  display: block;
  font-size: 90%;
  margin-bottom: 10px;
    color: #666;
}
.home .event_state-wrap .event-date span{
  font-size: 160%;
}
.home .event_state-wrap .event_ttl{
  display: block;
  font-size: 90%;
  line-height: 140%;

}
@media screen and (max-width:470px){
.home .event-wrap{
  display:flex;
  flex-wrap: wrap;
}
.home .event-wrap > li{
width: 48%;
margin-left:1%;
margin-right: 1%;
}
}
@media screen and (max-width:350px){
.home .event-wrap > li{
width: 98%;
margin-left:1%;
margin-right: 1%;
}
}

.category-event .event_state-wrap{
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: #808080 dotted 1px;
}

.category-event .event_statedate_wrap{
  padding: 10px 0;
  color: #666;
}
.category-event .event_state{
  color: #fff;
  padding: 2px 5px;
  font-size: 85%;
  margin-right: 10px;
}

.single .event_state-wrap{
  padding-top: 15px;
}


.category-event .event_ttl{
  display: block;
}
.category-event .event_ttl a{
line-height: 1.5rem;
}



.category-event .event_statedate_wrap{
  display:block;
}

.category-event .news-card-image {
    float: right;
    width: 30%;
    margin-left: 20px;
}



.home #content {
  width: 66%;
  margin: 0;
  position: relative;
}

.home #content h2 {
  font-size: 115.4%;
  background: url(img/common/bar_gray.gif) repeat-x bottom;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.home #content .rss {
  height: 16px;
  width: 16px;
  position: absolute;
  right: 0;
  top: 0;
}

.home #content dl {
  border-bottom: #808080 dotted 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.home #content dt {
  color: #808080;
  margin-bottom: 1em;
}

.home #content dt span {
  color: #007F2D;
}

.home #content dt span a {
  color: #007F2D;
  text-decoration: none;
}

.home #content dd {
  line-height: 1.6;
}
/* page */

.page #page_list_wrap_mb {
  display: none;
  z-index: 9000;
}

@media screen and (max-width: 480px), screen and (max-width: 768px) {
  .page #page_list_wrap_mb {
    display: block;
    position: fixed;
    top: 75px;
xxx    width: 98%;
    right: 0;
  }
  .page #page_list_wrap_mb .page_list {
    float: right;
    display: none;
    width: 86%;
  }
}

.page #content {
  float: left;
  width: 65%;
}

@media screen and (max-width: 480px) {
  .page #content {
    margin-bottom: 25px;
  }
}

.page #content h2.title {
  font-size: 200%;
  font-weight: bold;
  border-bottom: #808080 dotted 1px;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.3;
}

.page #content article.page {
  border-bottom: #808080 dotted 1px;
  margin-bottom: 15px;
  overflow: visible;
  padding-bottom: 15px;
  word-wrap: break-word;
}

@media screen and (max-width: 480px) {
  .page #content article.page {
    border: none;
  }
}

.page #content article.page h1, .page #content article.page h2, .page #content article.page h3, .page #content article.page h4 {
  font-weight: bold;
  margin-bottom: 0.8em;
  line-height: 1.2;
  margin-top: 0.5rem;
}

.page #content article.page h1 {
  font-size: 184.7%;
}

.page #content article.page h2 {
  color: #007F2D;
  font-size: 184.7%;
}

.page #content article.page h3 {
  font-size: 115.4%;
}

.page #content article.page h4 {
  color: #007F2D;
  font-size: 115.4%;
}

.page #content article.page p {
  /* margin-bottom:1em; */
  line-height: 1.4;
}

.page #content article.child-page {
  border-bottom: #808080 dotted 1px;
  margin-bottom: 15px;
  padding: 0 0 15px 20px;
}

@media screen and (max-width: 480px) {
  .page #content article.child-page {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
  .page #content article.child-page:last-child {
    border-bottom: #808080 dotted 1px;
  }
}

.page #content article.child-page .listing-img {
  height: 110px;
  width: 110px;
  margin-right: 15px;
  float: left;
}

@media screen and (max-width: 480px) {
  .page #content article.child-page .listing-img {
    display: none;
  }
}

.page #content article.child-page .listing-img p.image {
  background: url(img/common/bg_blogphoto_thb.gif) no-repeat;
  padding: 4px;
}

.page #content article.child-page .listing-body {
  float: left;
  width: 420px;
}

@media screen and (max-width: 768px) {
  .page #content article.child-page .listing-body {
    width: 70%;
  }
}

@media screen and (max-width: 480px) {
  .page #content article.child-page .listing-body {
    border-top: #808080 dotted 1px;
    float: left;
    width: 100%;
  }
}

.page #content article.child-page .listing-body h3 {
  font-size: 107.7%;
  font-weight: bold;
  margin: 0 0 1em 0;
}

.page #content article.child-page .listing-body h3 a {
  color: #007E2D;
}

@media screen and (max-width: 480px) {
  .page #content article.child-page .listing-body h3 {
    font-size: 84.7% !important;
    font-weight: normal;
    margin: 0;
  }
  .page #content article.child-page .listing-body h3 a {
    color: #000;
    display: block;
    background-color: #EBEBEB;
    padding: 9px 20px;
  }
}

.page #content article.child-page .listing-body p {
  line-height: 1.3;
}

@media screen and (max-width: 480px) {
  .page #content article.child-page .listing-body p {
    display: none;
  }
}
/* special-listhing */

.page.page-template-special-listing-php #content {
  float: left;
}

.page.page-template-special-listing-php #content {
  width: 720px;
}

.page.page-template-special-listing-php #content article.page {
  border-bottom: none;
  margin-bottom: 15px;
  overflow: hidden;
}

.page.page-template-special-listing-php #content article.page p.image {
  background: url(img/common/bg_mainvisual_sl.gif) no-repeat;
  width: 720px;
  margin-bottom: 1.5em;
  text-align: center;
}

.page.page-template-special-listing-php #content article.page p.image img {
  padding-top: 1%;
}

@media screen and (max-width: 768px) {
  .page.page-template-special-listing-php #content article.page p.image {
    background-size: 100% 100%;
    margin-bottom: 1em;
    padding: 0;
    width: 100%;
  }
  .page.page-template-special-listing-php #content article.page p.image img {
    width: 97%;
  }
}

@media screen and (max-width: 480px) {
  .page.page-template-special-listing-php #content article.page p.image {
    background-size: 100% auto;
    margin-bottom: 1em;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .page.page-template-special-listing-php #content article.page p.image img {
    width: 97%;
  }
}

.page.page-template-special-listing-php #content .listing-body {
  border-bottom: #808080 dotted 1px;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
  .page.page-template-special-listing-php #content .listing-body {
    float: left;
    width: 74%;
  }
}

@media screen and (max-width: 740px) {
  .page.page-template-special-listing-php #content .listing-body {
    float: left;
    width: 255px;
  }
}

@media screen and (max-width: 480px) {
  .page.page-template-special-listing-php #content .listing-body {
    display: none;
  }
}

.page.page-template-special-listing-php #content .listing-body div {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  width: 222px;
  margin: 0 15px 45px 0;
  vertical-align: top;
}

.page.page-template-special-listing-php #content .listing-body div p.image {
 // background: url(img/common/bg_listing_sl.gif) no-repeat;
  margin-bottom: 0.5em;
  width: 222px;
  height: 95px;
  padding-top: 7px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  padding-bottom: 7px;
}
.page.page-template-special-listing-php #content .listing-body div p.image img{
  max-height: 100%;
 }

.page.page-template-special-listing-php #content .listing-body div h3 {
  font-size: 123.1%;
  line-height: 1.2;
}

.page.page-template-special-listing-php #content #sideR_tb {
  display: none;
}

@media screen and (max-width: 768px) {
  .page.page-template-special-listing-php #content #sideR_tb {
    display: block;
    float: left;
  }
}

.page.page-template-special-listing-php #content .listing-body_mb {
  display: none;
}

@media screen and (max-width: 480px) {
  .page.page-template-special-listing-php #content .listing-body_mb {
    font-size: 92.4%;
    display: block;
    margin-bottom: 35px;
  }
  .page.page-template-special-listing-php #content .listing-body_mb li {
    display: block;
    line-height: 1.2;
  }
  .page.page-template-special-listing-php #content .listing-body_mb li a {
    background: url(img/common/arrow_green_s.png) no-repeat 9px center;
    display: block;
    background-color: #EBEBEB;
    border-bottom: #808080 dotted 1px;
    padding: 8px 20px;
  }
}
/* archive */

.single #cat_list_wrap_mb, .archive #cat_list_wrap_mb {
  display: none;
  z-index: 9000;
}

@media screen and (max-width: 480px), screen and (max-width: 768px) {
  .single #cat_list_wrap_mb, .archive #cat_list_wrap_mb {
    display: block;
    position: fixed;
    top: 75px;
    width: 75%;
    right: 0;
  }
  .single #cat_list_wrap_mb .cat_list, .archive #cat_list_wrap_mb .cat_list {
    float: right;
    display: none;
    width: 86%;
  }
}

.open_list {
  display: none;
  height: 30px;
  width: 30px;
}

@media screen and (max-width: 480px), screen and (max-width: 768px) {
  .open_list {
    display: block;
    float: right;
  }
  .open_list:hover {
    cursor: pointer;
  }
}

.archive #content {
  width: 62%;
}

.archive #content h2.title, .single #content h2.title {
  font-size: 200%;
  font-weight: bold;
  border-bottom: #808080 dotted 1px;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.3;
}

.archive #content dl {
  border-bottom: 1px dotted #808080;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.archive #content dt {
  color: #808080;
  margin-bottom: 1em;
}

.archive #content dt span {
  color: #007F2D;
  font-style: normal;
}

.archive #content dd {
  line-height: 1.6;
}
/* single */

.single #content {
  width: 62%;
}

@media screen and (max-width: 480px), screen and (max-width: 768px) {
  .single #content {
    margin-bottom: 20px;
  }
}

.single #content article.post h1, .single #content article.post h2, .single #content article.post h3, .single #content article.post h4 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.8em;
  margin-top: 1.5em;
}

.single #content article.post h1 {
  font-size: 184.7%;
}

.single #content article.post h2 {
  color: #007F2D;
  font-size: 184.7%;
}

.single #content article.post h3 {
  font-size: 115.4%;
}

.single #content article.post h4 {
  color: #007F2D;
  font-size: 115.4%;
}

.single #content article.post p {
  /* margin-bottom: 1.8em; */
  line-height: 1.35;
}
.single #content article.post iframe {
  vertical-align: bottom;
}
.single #content article.post .iframe-full iframe {
  width: 100% !important;
}

/* content mediaquery */

@media screen and (max-width: 768px) {
  .page #content, .single #content, .archive #content {
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  #content {
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  .home #content {
    margin: 0 0 35px 0;
    position: relative;
  }
}
/* ページ内切り替え画像 */

#content .img01only {
  position: relative;
}

#content .img01only .img01 {
  width: 100%;
}

#content ul#pageimg {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  #content ul#pageimg {
    width: 100%!important;
  }
}

@media screen and (max-width: 768px) {
  #content ul#pageimg {
    height: auto!important;
  }
}

@media screen and (max-width: 480px) {
  #content ul#pageimg {
    margin-bottom: 45px;
  }
}

#content .outer li {
  list-style-type: none;
  line-height: 1.2;
}

#content ul#pageimg li {
  background: url(img/common/bg_blogphoto_l.gif) no-repeat;
  height: 268px;
  width: 580px;
  text-align: center;
}

@media screen and (max-width: 480px), screen and (max-width: 768px) {
  #content ul#pageimg li {
    background-size: 100% auto;
    width: 100%;
    height: auto;
  }
}

#content ul#pageimg li img {
  height: 258px !important;
  width: 570px !important;
  padding-bottom: 15px;
  padding-top: 1%;
}

@media screen and (max-width: 480px), screen and (max-width :768px) {
  #content ul#pageimg li img {
    width: 97% !important;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  #content ul.thumbs {
    display: none;
  }
}

#content ul.thumbs li {
  background: url(img/common/bg_blogphoto_s.gif) no-repeat;
  float: left;
  height: 71px !important;
  width: 158px !important;
  padding: 8px 0 0 8px;
}

#content ul.thumbs li {
  margin-right: 39px;
  margin-right: expression((this.parentNode.lastChild==this)?'none':'39px');
}

#content ul.thumbs li:last-child {
  margin-right: 0;
}

#content ul.thumbs li img {
  height: 63px !important;
  width: 151px !important;
}
/* caption */

.caption {
  line-height: 1.3;
  text-align: left;
}

.caption a {
  color: #fff;
  padding: 0 5px;
  word-wrap: break-word;
}
/* sideL
---------------------------------------------- */
/* home */

#sideL {
  float: left;
  position: relative;
}

.home #sideL {
  float: left;
  margin-right: 0;
  width: 30%;
}

@media screen and (max-width: 480px) {
  .home #sideL {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .home .homesub-bnr_widget, .home .bnr-sub aside p {
    width: 178px;
    margin: 0 auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .home #sideL {
    margin: 0 0 35px 0;
    width: 100%;
    margin-right: 0;
    clear: both;
  }
  .home .arrow-links, .home .subnavR_widget p.more, .home .subnavR_widget .simple-image+p {
    max-width: 180px;
    margin: 0 auto;
  }
}

.home #sideL .rss {
  height: 16px;
  width: 16px;
  position: absolute;
  right: 0;
  top: 0;
}

.home #sideL h2 {
  font-size: 115.4%;
  background: url(img/common/bar_gray.gif) repeat-x bottom;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.home #sideL dl {
  border-bottom: #808080 dotted 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.home #sideL dt {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 77%;
  color: #808080;
  display: block;
  float: left;
  margin-right: 25px;
  width: 35px;
  text-align: center;
}

.home #sideL dt span {
  color: #007F2D;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 240%;
}

.home #sideL dd {
  display: block;
  float: left;
  width: calc(100% - 60px);
  line-height: 1.6;
}
/* single,archive,page-child,single */

.single #sideL, .archive #sideL {
  margin-right: 7%;
  position: relative;
  width: 31%;
}

@media screen and (max-width: 480px), screen and (max-width: 768px) {
  .single #sideL, .archive #sideL {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 480px), screen and (max-width: 768px) {
  .single #sideL #cat_list_wrap, .archive #sideL #cat_list_wrap {
    display: none;
  }
}

.single #sideL h3, .archive #sideL h3 {
  margin-bottom: 10px;
}

.page-child #sideR h3.sns, .page-template-page-search-php #sideR h3.sns, .single #sideL h3.sns, .archive #sideL h3.sns, .page-id-1219 #sideR h3.sns {
  border-bottom: #808080 dotted 1px;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
}

.single ul.cat_list, .single ul#archive_list, .single div#recent_list, .archive ul.cat_list, .archive ul#archive_list {
  font-family: Verdana, Geneva, sans-serif;
  background: url(img/common/bar_gray.gif) repeat-x;
  margin-bottom: 40px;
  padding-top: 4px;
}

.single div#recent_list {
  padding-top: 25px;
}

.single ul.cat_list li, .single ul#archive_list li, .archive ul.cat_list li, .archive ul#archive_list li {
  display: block;
  font-size: 77%;
  line-height: 1.2;
}

.single ul.cat_list li a, .single ul#archive_list li a, .archive ul.cat_list li a, .archive ul#archive_list li a {
  display: block;
  background-color: #EBEBEB;
  border-bottom: #808080 dotted 1px;
  padding: 8px 20px;
}

.single ul.cat_list ul.inner, .single ul#archive_list ul.inner, .archive ul.cat_list ul.inner, .archive ul#archive_list ul.inner {
  background: none;
  padding-top: 0;
}

.single ul.cat_list ul.inner li, .single ul#archive_list ul.inner li, .archive ul.cat_list ul.inner li, .archive ul#archive_list ul.inner li {
  display: block;
}

.single ul.cat_list ul.inner li a, .single ul#archive_list ul.inner li a, .archive ul.cat_list ul.inner li a, .archive ul#archive_list ul.inner li a {
  display: block;
  background: url(img/common/icon_sidelink.gif) no-repeat 27px center;
  background-color: #FFF;
  padding-left: 40px;
}

.single ul.cat_list li a:hover, .single ul#archive_list li a:hover, .archive ul.cat_list li a:hover, .archive ul#archive_list li a:hover {
  color: #007F2D;
}

.single #sideL dl {
  border-bottom: 1px dotted #808080;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.single #sideL dt {
  color: #808080;
  margin-bottom: 1em;
  font-size: 14px;
}

.single #sideL dt span {
  color: #007F2D;
}

.single #sideL dd {
  line-height: 1.6;
}
/* サイドバーカレント */

.category-news #sideL ul#cat_list li.nav001 a {
  color: #007F2D;
  cursor: default;
}

.category-news #sideL ul#cat_list li.nav001 a:hover {
  text-decoration: none;
}

.category-event #sideL ul#cat_list li.nav002 a {
  color: #007F2D;
  cursor: default;
}

.category-event #sideL ul#cat_list li.nav002 a:hover {
  text-decoration: none;
}

.category-student-news #sideL ul#cat_list li.nav101 a {
  color: #007F2D;
  cursor: default;
}

.category-student-news #sideL ul#cat_list li.nav101 a:hover {
  text-decoration: none;
}

.category-university-news #sideL ul#cat_list li.nav102 a {
  color: #007F2D;
  cursor: default;
}

.category-university-news #sideL ul#cat_list li.nav102 a:hover {
  text-decoration: none;
}

.category-alumni-news #sideL ul#cat_list li.nav103 a {
  color: #007F2D;
  cursor: default;
}

.category-alumni-news #sideL ul#cat_list li.nav103 a:hover {
  text-decoration: none;
}
/* sideR
---------------------------------------------- */

#sideR {
  float: right;
}

@media screen and (max-width: 768px) {
  .page.page-template-special-listing-php #sideR {
    display: none;
    float: none;
  }
}

@media screen and (max-width: 480px) {
  .page.page-template-special-listing-php #sideR {
    float: none;
  }
}
/* home,special-listhing */

.home #sideR, .page.page-template-special-listing-php #sideR {
  width: 19%;
  margin: 0 1%;
}

@media screen and (max-width: 480px) {
  .home #sideR {
    width: 98%;
  }
  #banner-links #banners li {
    flex-basis: 178px;
  }
}

@media screen and (max-width: 480px) {
  .home #sideR, .page.page-template-special-listing-php #sideR {
    float: none;
  }
}

.home #sideR div, .page.page-template-special-listing-php #sideR div, .page.page-template-special-listing-php #sideR_tb div {
  margin-bottom: 30px;
  display: block;
}

.home #sideR h3, .page.page-template-special-listing-php #sideR h3, .page.page-template-special-listing-php #sideR_tb h3 {
  font-size: 84.7%;
  display: block;
  border-bottom: #808080 dotted 1px;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  line-height: 1.2rem;
}

.home #sideR ul.arrow-links li, .page.page-template-special-listing-php #sideR li, .page.page-template-special-listing-php #sideR_tb li {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.8rem;
  background: url(img/common/arrow_gray_w.gif) no-repeat left 7px;
  line-height: 1.4;
  margin-bottom: 0.4rem;
  padding-left: 16px;
}

.home #sideR .image, .page.page-template-special-listing-php #sideR .image, .page.page-template-special-listing-php #sideR_tb .image {
  text-align: center;
  margin-bottom: 5px;
}

.home #sideR #banner-links li {
  margin-bottom: 10px;
}
/* page */

.page #sideR {
  width: 32%;
}

@media screen and (max-width: 480px), screen and (max-width: 768px) {
  .page #sideR {
    display: none;
  }
}

.page #sideR h3 {
  margin-bottom: 10px;
}

.page ul.page_list {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 77%;
  background: url(img/common/bar_gray.gif) repeat-x;
  margin-bottom: 40px;
  padding-top: 4px;
}

@media screen and (max-width: 768px) {
  .page ul.page_list {
    height: 600px;
    overflow: auto;
  }
}

@media screen and (max-width: 568px) {
  .page ul.page_list {
    height: 170px;
    overflow: auto;
  }
}

.page ul.page_list li {
  display: block;
  line-height: 1.2;
}

.page ul.page_list li a {
  display: block;
  background-color: #EBEBEB;
  border-bottom: #808080 dotted 1px;
  padding: 8px 20px;
}

.page ul.page_list ul.children {
  background: none;
  padding-top: 0;
}

.page ul.page_list ul.children li {
  display: block;
}

.page ul.page_list ul.children li a {
  display: block;
  background: url(img/common/arrow_green_s.png) no-repeat 29px center;
  background-color: #FFF;
  padding-left: 40px;
}

.page ul.page_list ul.children .children li a {
  background-position: 49px center;
  padding-left: 60px;
}

.page ul.page_list li a:hover {
  color: #007F2D;
}

#sideR {
  width: 220px;
}

#sideR .share-links {
  margin-bottom: 20px;
}
/* サイドバーカレント */

.page ul.page_list li.current_page_item a {
  color: #007F2D;
  cursor: default;
}

.page ul.page_list li.current_page_item a:hover {
  text-decoration: none;
}

.page ul.page_list li.current_page_item .children a {
  color: #333333;
  cursor: pointer;
}

.page ul.page_list li.current_page_item .children a:hover {
  text-decoration: underline;
}
/* sns
---------------------------------------------- */

.archive #sideL .sns {
  margin-bottom: 40px;
}

.home #sideR .sns li, .page-template-page-search-php #sideR .sns li, .page-child #sideR .sns li, .page.page-template-special-listing-php #sideR .sns li, .page.page-template-special-listing-php #sideR_tb .sns li, .archive #sideL .sns li, .single #sideL .sns li, .page-id-1219 #sideR .sns li {
  background-image: none;
  float: left;
  margin-bottom: 0;
  margin-right: 6px;
  margin-left: 0;
  height: 31px;
  padding: 0;
  width: 31px;
}

.home #sideR .sns li.last, .page.page-template-special-listing-php #sideR li.last, .archive #sideL li.last {
  margin-right: 0;
}
/* footer_pagination
---------------------------------------------- */

.footer_pagination {
  font-family: Verdana, Geneva, sans-serif;
  clear: both;
  position: relative;
  line-height: 1.2em;
  text-align: center;
}

.footer_pagination p {
  display: inline-block;
  text-align: left;
  /display: inline;
  /zoom: 1;
}

.footer_pagination span, .footer_pagination a {
  display: block;
  float: left;
  margin: 2px 0 0 0;
  padding: 6px 6px 5px 6px;
  text-decoration: none;
  width: auto;
  color: #808080;
}

.footer_pagination a:hover {
  color: #333333;
}

.footer_pagination .current {
  padding: 6px 9px 5px 9px;
  color: #333333;
  font-weight: bold;
}
/* Footer
---------------------------------------------- */

footer {
  font-family: Verdana, Geneva, sans-serif;
  color: #FFF;
  background: url(img/common/bar_green.gif) repeat-x top;
  font-size: 77%;
  padding-top: 6px;
  overflow: hidden;
}

@media print {
  footer {
    visibility: hidden;
    height: 1px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  footer {
    margin: 0 auto;
  }
}

footer a {
  color: #FFF;
  text-decoration: none;
  outline: none;
}

footer a:visited {
  color: #FFF;
}

footer a:hover {
  color: #FFF;
  text-decoration: underline;
}
/* footer_inner_top */

#footer_inner_top {
  background: #167D2C url(img/common/bg_footer.gif) repeat;
  padding-top: 25px;
  padding-bottom: 25px;
}

#footer_inner_top .contents {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  #footer_inner_top .contents {
    width: 97%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  #footer_inner_top .contents {
    width: 97%;
    margin: 0 auto;
  }
}

#footer_inner_top .contents ul {
  float: left;
  width: 15.6%;
  margin-right: 1%;
}

@media screen and (max-width: 768px) {
  #footer_inner_top .contents ul {
    float: none;
    width: 60%;
  }
}

@media screen and (max-width: 480px) {
  #footer_inner_top .contents ul {
    float: none;
    width: 60%;
  }
}

#footer_inner_top .contents ul.last {
  margin-left: 0;
}

#footer_inner_top .contents li {
  line-height: 1.2;
  margin-bottom: 1em;
}

#footer_inner_top .contents li.fst {
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  #footer_inner_top .contents li {
    display: none;
  }
  #footer_inner_top .contents li.fst {
    display: inherit;
  }
}

@media screen and (max-width: 480px) {
  #footer_inner_top .contents li {
    display: none;
  }
  #footer_inner_top .contents li.fst {
    display: inherit;
  }
}
/* footer_inner_bottom */

#footer_inner_bottom {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #000;
}

#footer_inner_bottom .contents {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 480px) {
  #footer_inner_bottom {
    background-color: #f1f1f1;
    color: #2C2C2C;
    padding-bottom: 0;
  }
  #footer_inner_bottom .contents {
    padding: 0;
  }
  #footer_inner_bottom a {
    color: #2C2C2C !important;
  }
}

@media screen and (max-width: 768px) {
  #footer_inner_bottom .contents {
    width: 97%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  #footer_inner_bottom .contents {
    width: 100%;
    margin: 0 auto;
  }
}

#footer_inner_bottom .contents .text {
  float: left;
  width: 18%;
}

#footer_inner_bottom .contents .text.bottom {
  float: right;
  width: 220px;
}

#footer_inner_bottom .contents ul {
  width: 18%;
  float: left;
  padding-right: 2%;
}

#footer_inner_bottom .contents ul:nth-child(2) {
  width: 30%;
  float: left;
}

#footer_inner_bottom .contents ul li {
  margin-bottom: 5px;
  line-height: 1rem;
}

#footer_inner_bottom .contents .text {
  margin-bottom: 15px;
}

#footer_inner_bottom .contents .text.bottom {
  background-color: #000;
  color: #FFF;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0;
}

#footer_inner_bottom .contents li {
  margin-bottom: 1em;
}

#footer_inner_bottom .contents .text h4 {
  font-weight: bold;
  line-height: 1.3;
}

#footer_inner_bottom .contents .text p {
  line-height: 1.6;
}

#footer_inner_bottom .contents .text p.logo {
  text-align: right;
  width: 95%;
}

#footer_inner_bottom .contents .text p.copy {
  font-size: 77%;
  text-align: right;
  width: 95%;
}

#footer_inner_bottom a {
  color: #FFF;
  text-decoration: underline;
  outline: none;
}

#footer_inner_bottom a:hover {
  color: #FFF;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #footer_inner_bottom .contents ul, #footer_inner_bottom .contents .text, #footer_inner_bottom .contents .text.bottom {
    width: 50%;
    margin-bottom: 35px;
    float: left;
  }
  #footer_inner_bottom .contents .text p.logo, #footer_inner_bottom .contents .text p.copy {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  #footer_inner_bottom .contents ul, #footer_inner_bottom .contents .text {
    padding-left: 10px;
    margin-bottom: 35px;
    width: 100%;
  }
  #footer_inner_bottom .contents .text.bottom {
    padding-left: 10px;
    margin-bottom: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  #sideL {
    width: 25%;
  }
  /* ===== ページ内切り替え画像 ===== */
  #content ul#pageimg li {
    position: static!important;
  }
  #content ul#pageimg li img {
    height: auto!important;
  }
  /* #content ul.thumbs li {
  width: 30%;
  height: auto!important;
  padding: 0 1.5%;
  } */
  /* #content ul.thumbs li img { height: auto!important; } */
  /* ===== 一覧ページ ===== */
  .listing-img {
    width: 30%;
    margin-right: 2%;
  }
  /* ******************************
  SideR Style
  ****************************** */
  #sideR {
    width: 25%;
  }
}
/* ******************************
editer setting
****************************** */

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* ******************************
table setting
****************************** */

table.type01, table.type02, table.type03, table.type04 {
  line-height: 1.4;
  border-right: 1px solid #CBCBCB;
  width: 100%;
  border-top: 1px solid #CBCBCB;
  border-left: 1px solid #CBCBCB;
}

table.type01 th, table.type03 th, table.type04 th {
  border-right: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  font-weight: bold;
  padding: 10px;
}

table.type01 td, table.type02 td, table.type03 td, table.type04 td {
  border-right: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  padding: 10px;
}

table.type01, table.type02 {
  border-top: 3px double #CBCBCB;
}

table.type01 thead, table.type02 thead, table.type03 thead, table.type04 thead {
  font-family: Verdana, Geneva, sans-serif;
}

table.type01 thead {
  background-color: #F1F1F1;
}

table.type03 thead, table.type04 thead {
  background-color: #CEE6D7;
}
/* col_colors */

td.col_gray {
  background-color: #F1F1F1;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
}

td.col_green {
  background-color: #CEE6D7;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 0.8rem;
}
/* ******************************
list setting
****************************** */

ul.disc li, ul.disc_g li, ul.decimal li, ul.arrow li {
  list-style-position: outside !important;
  margin-left: 20px;
}

ul.disc li {
  list-style-type: disc;
}

ul.disc_g li {
  list-style-image: url(img/common/list_disc.png);
}

ul.decimal li {
  list-style-type: decimal !important;
}

ul.arrow li {
  list-style-image: url(img/common/list.png);
}
/* ******************************
contactform setting
****************************** */

.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea {
  width: 90%;
  padding-left: 0.5em;
}

.text-88 input, .text-561 input, .text-765 input, .text-488 input, .text-95 input, .text-105 input {
  width: 43.5%!important;
}

.radio-909 .wpcf7-list-item, .radio-51 .wpcf7-list-item, .radio-69 .wpcf7-list-item, .checkbox-623 .wpcf7-list-item {
  display: block;
}
/* ******************************
broken_link setting
****************************** */

.broken_link, a.broken_link {
  text-decoration: underline !important;
}

dl#acMenu {
  border-bottom: #c7c7c7 1px solid;
}

#acMenu dt {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 170%;
  text-align: left;
  border-top: #d2d2d2 1px solid;
  padding: 15px;
  cursor: pointer;
  font-size: 115%;
}

#acMenu dt.active {
  background-color: #e2e2e2;
}

#acMenu dd {
  background: #fafafa;
  max-width: 100%;
  height: auto;
  line-height: 180%;
  text-align: left;
  border-top: #c7c7c7 1px dotted;
  padding: 15px;
  display: none;
}
/* ******************************
contactform setting
****************************** */

#acMenu ul.ui-tabs-nav {
  margin-bottom: 15px;
}

#acMenu ul.ui-tabs-nav li {
  border: #808080 solid 1px;
}

#acMenu ul.ui-tabs-nav li a {
  padding: 15px 18px;
}

#acMenu .wpcf7 .wpcf7-text, #acMenu .wpcf7 .wpcf7-textarea {
  width: 90%;
  padding-left: 0.5em;
  margin-bottom: 8px;
}

#acMenu div#ui-tab p {
  margin-bottom: 8px;
}

#acMenu .text-88 input, #acMenu .text-561 input, #acMenu .text-765 input, #acMenu .text-488 input, #acMenu .text-95 input, #acMenu .text-105 input {
  width: 43.5%!important;
}

#acMenu .radio-909 .wpcf7-list-item, #acMenu .radio-51 .wpcf7-list-item, #acMenu .radio-69 .wpcf7-list-item, #acMenu .checkbox-623 .wpcf7-list-item {
  display: block;
}
/* ---------------------
GiFT
170301-ihara
--------------------- */

#content .gift {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#content .gift div.archive-videos, #content .gift div.archive {
  border: 1px solid #d2d2d2;
  background-color: #f6f6f6;
  position: relative;
  background: url(img/gift/gift-bg-01.jpg) no-repeat left top;
  background-size: 40px 100%;
  width: 49.5%;
  margin: 0 0.5% 0.5% 0;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-direction: row-reverse;
  border-left: none;
}

#content .gift div.archive {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}

#content .gift div.archive-videos .archive-wrap, #content .gift div.archive .archive-wrap {
  width: calc(100% - 70px);
  display: inline-block;
}

#content .gift div.archive.tour-report-wrap {
  margin-bottom: 0px;
}

#content .gift div.archive .archive-wrap {
  margin-top: 10px;
}

#content .gift div.archive-videos.noimg .archive-wrap {
  width: calc(100% - 45px);
}

#content .gift div.archive-videos h3, #content .gift div.archive h3 {
  margin: 3.5px 0;
}

#content .gift div.archive-videos p.archive-ttl {
  font-size: 0.75rem;
  line-height: 1.1rem;
}

#content .gift div.archive p.archive-ttl {
  font-size: 0.8rem;
  line-height: 1.3rem;
  margin: 0 7px 7px 0;
}

#content .gift div.archive p.archive-prof {
  font-size: 0.75rem;
  line-height: 1.1rem;
  margin: 0 7px 7px 0;
}

#content .gift div.archive-videos p.archive-img {
  display: block;
  xxx margin: auto;
}

#content .gift div.archive p.archive-img {
  display: block;
  margin: 10px;
}

#content .gift div.archive-videos p.archive-img img, #content .gift div.archive p.archive-img img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0;
  display: block;
  box-shadow: 0px 0px 3px #808080;
  margin-right: 10px;
}

#content .gift div.archive-videos p.archive-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

#content .gift div.archive-videos p.archive-btn a {
  border-radius: 10px;
  padding: 3px 10px;
  background-color: #b31217;
  color: #f7f7f7;
  text-decoration: none;
  font-size: 0.7rem;
}

#content .gift div.archive-videos p.archive-btn a:hover {
  background-color: #d61b20;
}

#content .gift .youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: table;
  /* foe FF*/
}

#content .gift .youtube-wrap2 {
  position: relative;
  width: 100%;
  padding-top: 32%;
}

#content .gift .youtube-wrap iframe, #content .gift .youtube-wrap2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#content .gift .youtube-wrap2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.page #content .gift h2, .page #content .gift h3, .page #content .gift h4 {
  width: 100%;
  clear: both;
}

.page #content .gift .tour-report {
  border: 1px solid #d2d2d2;
  border-top: none;
  width: calc(100% - 2px);
  margin-bottom: 20px;
  float: left;
  clear: both;
}

.page #content .gift .tour-report p {
  margin: 15px;
}

.page #content .gift .tour-report p.tour-report-wrap-p {
  margin: 0;
}

.page #content .gift .tour-report p.tour-report-wrap-p img {
  vertical-align: top;
}

.page #content .gift-tab .ui-tabs-panel {
  padding: 1em 0 1em 0;
}

@media screen and (max-width: 500px) {
  #content .gift div.archive-videos {
    width: 99%;
  }
  #content .gift div.archive {
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column;
    background: none;
  }
  #content .gift div.archive .archive-wrap {
    margin: 10px;
  }
  #content .gift .youtube-wrap2 {
    padding-top: 56.25%;
  }
}
/* ******************************
Newsの一覧を固定ページに出す際のWrapper
201703-st-ihara
****************************** */

.page-press-room {
  border-top: #808080 dotted 1px;
  margin-top: 20px;
  padding-top: 20px;
}

.home .metaslider .caption-wrap .caption {
  display: none;
}

.home .metaslider .caption-wrap {
  left: 50%;
  width: 47%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

.home .metaslider .flex-active-slide .caption-wrap .caption {
  display: block;
  margin: 16px 16px;
  font-size: 24px;
  padding: 0;
}

@media screen and (max-width: 600px) {
  .home .metaslider .caption-wrap {
    left: 0;
    width: 100%;
  }
  .home .metaslider .flex-active-slide .caption-wrap .caption {
    display: block;
    margin: 5px 15px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto!important;
    text-align: left;
  }
  .metaslider a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.home .metaslider .flex-active-slide .caption-wrap .caption a {
  display: block;
}


.metaslider a {
  text-decoration: none;
}

.home .metaslider .flex-active-slide .slides .caption-wrap {
  opacity: 0.9;
  background-color: rgba(0, 0, 0, .75);
}

.flex-control-nav {
  margin-bottom: -70px!important;
}

ol.flex-control-paging li a {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

#menu li.sub div ul li {
  font-size: 15px;
  line-height: 20px;
}

#gNav #menu li.sub div ul li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  border-bottom: none;
  border-top: #999 dotted 1px;
  padding: 12px 8px 12px 8px;
  margin: 0 12px 0 0;
  width: 243px;
  cursor: default;
  vertical-align: top;
}

.home #main_wrap .more-btn {
  font-size: 84.7%;
  line-height: 1.2;
  margin-top: 0px;
  position: absolute;
  right: 25px;
  top: 0;
}

.home #main_wrap .more-btn a {
  padding: 4px 7px 1px 7px;
  text-decoration: none;
  background-color: #ededed;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  font-size: 12px;
  color: #365195;
}

.home #main_wrap .more-btn a:hover {
  opacity: 0.7;
}

.home .subnavR_widget .more-btn {
  margin-top: 10px;
}

.home .subnavR_widget .more-btn a {
  text-align: left;
}

.home .subnavR_widget .more-btn a .wpel-icon.wpel-image {
  display: none;
}
.home .subnavR_widget .widget-title {
font-size: 84.7%;
display: block;
border-bottom: #808080 dotted 1px;
margin-bottom: 0.8em;
padding-bottom: 0.8em;
line-height: 1.2rem;
}

.home .subnavR_widget .subnavR_widget_instagram_a{
margin-top: -10px;
display: block;
font-size: 14px;
}

.home .news-card>div:last-of-type {
  margin-top: 1em;
  margin-bottom: 0.4em;
}

.home .news-card-catwrap-cat, .home .news-card-catwrap-date {
  margin-bottom: 3px;
  font-size: 90%;
}

.home .news-card-ttl {
  margin-bottom: 5px;
  line-height: 1.6;
}

.home .news-card {
  display: block;
}

.home #content .news-list dt {
  font-size: 90%;
  margin-bottom: 0.5em;
}

.home .home-insta{
border: 1px solid #dcdcdc;
padding: 10px;
border-radius: 5px;
text-align: center;
}
.home .home-insta iframe{
  max-width: 100%;
  height: calc(100vw / 3) !important;

  max-height: 330px;
}
@media screen and (max-width: 470px) {
  .home .home-insta iframe{
    height: 330px !important;
  }
}


.home .insta_btn {
  display: inline-block;
  text-align: center;
  color: #333;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

.home .insta_btn:hover {
  color:#668ad8;
  transition: .5s;
}

.home .insta_btn .insta{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background: url(img/home/home-icon-insta.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
  margin-right: 10px;
}


@media screen and ( min-width: 481px) and ( max-width:600px) {
  .home .news-card {
    flex-basis: 100%;
  }
  .home #content {
    width: 55%;
  }
  .home #sideL {
    width: 40%;
  }
  .home #main_wrap {
    max-width: 70%;
  }
  .home #sideR {
    width: 25%;
  }
}

@media screen and ( max-width:350px) {
  .home .news-card {
    flex-basis: 100%;
  }
}
/*
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);*/

.page #content article.page, .single #content article.post {
  font-size: 16.5px;
  xxx font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic";
}

.page #content article.page ul, .single #content article.post ul, .page #content article.page table, .single #content article.post table {
  margin-bottom: 15px;
}

.home .home-mslider-wrap {
  overflow: hidden;
  padding-bottom: 40px;
}
.home .home-mslider-wrap > div{
  background-color: #000;
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .home .home-mslider-wrap > div {
    padding-bottom: 0px;

}
}

li.last>div {
  width: 190px;
  height: 20px;
}

li.last>div .gsc-control-cse {
  margin: 0;
  padding: 0;
}

#gNav li.last>div {
  height: auto;
}

.page #content blockquote,
.single #content blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 ;
  position: relative;

  /*Borders - (Optional)*/
  border-left: 15px solid #007E2D;
  border-right: 2px solid #007E2D;

  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

.page #content blockquote::before,
.single #content blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/

  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;

  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

.page #content blockquote::after,
.single #content blockquote::after{
  /*Reset to make sure*/
  content: "";
}

要素 {
}
.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}
.metaslider a {
    outline: none;
}
.flex-direction-nav a {
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav li a {
    width: 20px;
    height: 40px;

}
.flex-direction-nav li .flex-prev {
x        background: url(img/arrow_mv_l.png) no-repeat 0 0;
}
.flexslider:hover li .flex-prev {
    opacity: 0.9;
    left: 10px;
}
.flex-direction-nav li .flex-next {
x        background: url(img/arrow_mv_r.png) no-repeat 0 0;
background-position: center right;
}
.flexslider:hover li .flex-next {
    opacity: 0.9;
    right: 10px;
}

ul.menu_mobile{
  display: none;
}
.wp-caption{
  max-width: 100%;
}
.wp-caption.alignnone{
  margin: 20px 0;
}

.wp-caption.alignleft{
  margin-right: 20px;
  margin-bottom: 15px;
}
.wp-caption.alignright{
  margin-left: 20px;
  margin-bottom: 15px;
}
.wp-caption img{
  width: 100%;
}


.single #content article.post p.wp-caption-text{
    font-size: 0.85rem;
    font-weight: normal;
    color: #333;
    padding: 8px 15px;
    background-color: #f3f3f3;
    margin-top: -2px;
    line-height: 1.4;
}

hr.clear{
  clear: both;
  visibility: hidden;
  margin: 20px 0;
}


div.column-2,div.column-3{
  display: flex;
  flex-wrap: nowrap;
  margin: 20px 0;
}

div.column-2 > div,
div.column-3 > div{
  margin: 0 2px;
}
div.column-3 > div{
  width: 33%;
}
div.column-2 > div div.wp-caption.alignnone,
div.column-3 > div div.wp-caption.alignnone{
  margin:0;
}

div.column-2 > div > div,
div.column-3 > div > div,
div.column-2 > div > dl,
div.column-3 > div > dl{
	width: 100% !important;
}

div.column-2 div img,
div.column-3 div img{
  width: 100%;
  max-width:100%;
}

@media screen and (max-width: 400px) {

  div.column-2,div.column-3{
    display: block;
  }
  div.column-2 > div,
  div.column-3 > div{
    width: 100%;
    max-width:100% !important;
  }
}
