@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/*********************************************
screen css
General Setting mobile
@media (min-width: 768px) tablet
@media (min-width: 992px) PC(small)
@media (min-width: 1200px) PC(large)
**********************************************/


.yt_play {
  transition: .5s ease-in-out;
}


.yt {
  position:relative;
}/* ラッパー */
.yt_play:hover {
  cursor:pointer;
  filter:brightness(70%);
  transform: scale(0.95);

}/* サムネイル */
.yt_btn {/* YouTubeアイコン */
/* アイコンの画像とサイズ指定 */
width:68px;
height:48px;
background: url(../images/YouTube-icon-full_color.png) no-repeat top left;
/* 上下左右中央へ配置 */
position:absolute;
  background-size: contain;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
opacity: 1;
}
.movie-description {
  margin-top: -4px;
  padding: 4px 10px;
  box-sizing: border-box;
  background-color: #55453d;
}
.movie-description p {
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
}





p,dt,li {
  color: #55453d;
}
.col_text p {
  font-size: 1.4em;
  line-height: 1.8;
  margin-bottom: 16px;
}
.col_text p a,
.col_ul a {
  color: #43a3da;
  font-weight: bold;
  text-decoration: underline;
}
.col_text p a:hover,
.col_ul a:hover {
  text-decoration: none;
}
.col_ul {
  margin-left: 25px;
}
.col_ul li{
  font-size: 1.4em;
  line-height: 1.8;
  margin-bottom: 16px;
}
.col_ul_nolist {
  list-style: none;
  margin-left: 5px;
}

.indent1 {
  padding-left: 4.2em;
  text-indent: -4.2em;
}

#main,
#top_slider,
.top_info,
#header,
#footer,
.footer-nav,
.copyright {
  width: 100%;
}

#main:after,
#top_slider:after,
.top_info:after,
#header:after,
#title:after,
#footer:after,
.footer-nav:after,
.copyright:after {
  content: "";
  display: block;
  clear: both;
}

/****************TopPage START****************/
.slider {
  width: 100%;
  margin: 49px auto 0 auto;
  z-index: -100;
}
.slider img {
  max-width: 100%;
}

.top-img1 span {
  background: url(../images/top-img1-m.JPG) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 66.666%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.top-img2 span {
  background: url(../images/top-img2-2-m.JPG) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 66.666%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.top-img3 span {
  background: url(../images/top-img3-1-m.JPG) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 66.666%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.top-img4 span {
  background: url(../images/top-img4-m.JPG) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 66.666%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.top-banner1 {
  /*background-color: #1a1a1a;*/
}
.top-banner1 a {
  background: url(../images/top-banner1-m.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 62.213%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  /*opacity: 1;*/
  transition: .3s ease-in-out;
}
.top-banner2 a {
  background: url(../images/top-banner2-m.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 62.213%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: .3s ease-in-out;
}
.top-banner3 a {
  background: url(../images/top-banner3-m.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 18.532%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
  transition: .3s ease-in-out;
}

.top-banner1 a:hover,
.top-banner2 a:hover,
.top-banner3 a:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.recruit-b img {
  position: absolute;
  top: -12px;
  right: -15px;
  width: 16%;
}

.top-msg {
  margin: 40px 0 30px 0;
}
.top-msg h2 {
  background: url(../images/top-msg-m.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 13.434%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}
.top-msg p {
  font-size: 1.4em;
  text-align: left;
}


.msg-area {
  padding: 15px;
  box-sizing: border-box;
  background-image: -moz-linear-gradient( 90deg, rgb(255,231,178) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,231,178) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,231,178) 0%, rgb(255,255,255) 100%);
}
.msg-area:after {
  content: "";
  display: block;
  clear: both;
}

.msg-area img {
  max-width: 100%;
  margin-top: 10px;
}
.msg-area h3 {
  font-size: 1.6em;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', sans-serif;
}
.msg-area h3 a {
  display: block;
  background-color: #934b7a;
  color: #fff;
  border-radius: 5px;
  padding-right: 10px;
  box-sizing: border-box;
}
.msg-area h3 a:hover {
  transition: 0.5s ease-in-out;
  opacity: 0.5;
}
.msg-area p {
  font-size: 1.3em;
}
.msg-area p a {
  color: #312722;
  display: block;
}
.msg-area p a:hover {
  text-decoration: underline;
}
.text-r {
  float: right;
  /*font-size: 0.6em;*/
  /*margin-top: 6px;*/
}


.top_info {
  padding: 5px;
  padding-bottom: 18px;
  box-sizing: border-box;
}

.top_info h2 {
  color: #4f3f35;
  font-size: 1.6em;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  padding: 5px 10px; 
  box-sizing: border-box;
}
.fb-page-box {
  margin: 0 auto;
}


.info_page_m {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
  border: 1px solid #4f3f35;
  border-radius: 5px;
  background-color: #fff;
}
.info_page_m a {
  font-size: 1.5em;
  font-weight: bold;
  padding: 5px 0;
  text-decoration: none;
  color: #4f3f35;
  display: block;
}
.info_page_m a:after {
  content: "\00a0\00a0\00a0\f0da";
  font-family: 'FontAwesome';
}
.info_page_m a:hover,
.info_page_m a:active {
  opacity: 0.5;
}

.info_page_m_1 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
/*  border: 1px solid #4f3f35;*/
  border-radius: 5px;
  background-color: #6178a5;
}
.info_page_m_1 a {
  font-size: 1.5em;
  font-weight: 500;
  padding: 5px 0;
  text-decoration: none;
  color: #fff;
  display: block;
}
.info_page_m_1 a:after {
  content: "\00a0\00a0\00a0\f0da";
  font-family: 'FontAwesome';
}
.info_page_m_1 a:hover,
.info_page_m_1 a:active {
  opacity: 0.5;
}


.link-box p a {
  border: 1px solid #999;
  background-color: #fff;
  display: block;
  padding: 4px 0;
  color: #555;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 7px;
}
.link-box p {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
.link-box p a:hover {
  background-color: #934b7a;
  border: 1px solid #934b7a;
  color: #fff;
  transition: 0.3s ease-in-out;
}
/****************TopPage END****************/

/****************header.php START****************/
/*.fixed {
  position: fixed!important;
  top: 0;
  width: 100%;
  z-index: 1000;
}*/
.menu {
  width: 100%;
  background-color: #fff;
}
#title {
  width: 65%;
  float: left;
  position: absolute;
  top: 17px;
  left: 10px;
  box-sizing: border-box;
  display: block;
  z-index: 1000;
  /*background-color: #fff;*/
  /*height: 49px;*/
  /*padding-top: 17px;*/
}
@media screen and (min-width: 375px) {
#title {
  width: 68%;
  top: 17px;
}
}
@media screen and (min-width: 414px) {
#title {
  width: 68%;
  top: 16px;
}
}
@media screen and (min-width: 568px) {
#title {
  width: 68%;
  top: 12px;
}
}
@media screen and (min-width: 667px) {
#title {
  width: 68%;
  top: 10px;
}
}
@media screen and (min-width: 736px) {
#title {
  width: 68%;
  top: 8px;
}
}


#title h1 a{
  background: url(../images/header-title-m.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 7.159%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* スマホ表示用gnav START */
#gnav {
  display: none;
}
.slicknav_menu {
  /*display: block;*/
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}
/* スマホ表示用gnav END */
#gnav {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  list-style-type: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#gnav:before,
#gnav:after {
  content: "";
  display: table;
}
#gnav:after{
  clear: both;
}
#gnav li{
  width: 100%;
  text-align: center;
  font-size: 1.1em;
}
#gnav li a{
  display: block;
  margin: 0;
  color: #55453d;
  text-decoration: none;
  padding: 16px 0 16px 0;
  vertical-align: baseline;
  font-weight: 500;
}
/* 親menuの項目hover */
#gnav li:hover > a{
  color: #55453d;
}
/* 子menuの項目hover */
#gnav li a:hover{
  color: #55453d;
}

.header-contact {
  width: 50%;
  margin: 10px auto;
/*  border-top:1px solid #c0c0c0;
  border-bottom:1px solid #c0c0c0;*/
  /*padding: 10px 0;*/
  float: left;
  border-right: 1px dotted #c0c0c0;
}
.header-contact ul {
  list-style: none;
  margin-bottom: 5px;
  margin-left:0px;
}
.header-contact li {
  font-size: 1.0em;
  text-align: center;
}
#gnav .header-contact li a:hover{
  background-color: #934b7a!important;
}

.header-tel,
.header-fax {
  color: #fff;
  background-color: #947847;
  padding: 2px 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 80%;
  margin-right: 10px;
}
.header-time {
  font-size: 80%;
}

.sub-link {
  width: 49%;
  margin: 15px auto 10px auto;
  float: left;
}
.sub-link ul {
  list-style: none;
  width: 100%;
  margin-left:0px;
}
.sub-link li {
  font-size: 0.8em;
  text-align: center;
  float: left;
  width: 50%;
}
.sub-link li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #55453d;
}
.sub-link li a:hover {
  /*text-decoration: underline!important;*/
  /*background-color: #e8e2ce!important;*/
}
.sub-link span {
  margin-left: 3px;
}
/****************header.php END****************/

/****************important-news.php START****************/
.row-width-msg { 
  width: 90%;
  margin: 0 auto;
  z-index: 11000;
  margin-bottom: 15px;
  box-sizing: border-box;
  box-shadow: 0px 1px 8px -3px #d4d4d4;
}
.row-width-msg p {
  font-size: 1.3em;
}
.row-width-msg:after {
  content: "";
  display: block;
  clear: both;
}

.row-width-msg-info {
  max-width: 36%!important;
  background-color: #df5b5b;
  padding: 2px 0 2px 0;
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
}
.row-width-msg-info p {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.row-width-msg-date,
.row-width-msg-text {
  padding: 1px 12px;
  background-color: #fff;
  box-sizing: border-box;
}
.row-width-msg-date p {
  font-weight: bold;
}
.row-width-msg-date p,
.row-width-msg-text p {
  color: #000;
  text-align: left;
}
.row-width-msg-text {
  padding-bottom: 5px; 
}
.row-width-msg .col-2,
.row-width-msg .col-1,
.row-width-msg .col-9 {
  margin-bottom: 0;
}

.mt-1 {
  margin-top: -50px; 
}
/****************important-news.php END****************/

/****************info.php START****************/
.news_box dl {
  font-size: 1.4em;
  border-bottom: 1px dotted #888;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
.news_box dl a{
  text-decoration: none;
  color: #4f3f35;
}
.news_box dl a:after{
  content: "\00a0\f0da";
  font-family: 'FontAwesome';
}
.news_box dl a:hover, 
.news_box dl a:active {
  text-decoration: underline;
}
.news_box dt {
  float: left;
  margin-left: 0px;
}
.news_box dd {
  /*width: 73%;*/
  margin-left: 75px;
}
.news_box h3 {
  font-weight: normal;
  text-align: left;
  color: #4f3f35;
}
.news_box time {
  color: #4f3f35;
  font-weight: bold;
  font-size: 0.9em;
}
.news_box dt.news_icon {
  background: url(../images/news.png) no-repeat 0 7px;
  background-size: 100%;
  width: 63px;
  height: 40px;
}
.news_box dt.recreation_icon {
  background: url(../images/recreation.png) no-repeat 0 7px;
  background-size: 100%;
  width: 63px;
  height: 40px;
}
.news_box dt.active_icon {
  background: url(../images/active.png) no-repeat 0 7px;
  background-size: 100%;
  width: 63px;
  height: 40px;
}
/****************info.php END****************/

/****************info-area.php START****************/
.contact-box {
  /*background-color: #f0f0f0;*/
  background: url(../images/important-area.jpg) repeat top left;
  padding: 10px 15px;
  box-sizing: border-box;
}
.contact-box p {
  font-size: 1.4em;
  font-weight: bold;
}
.contact-box-tel {
  background-color: #fff;
  padding: 5px 0;
  border-radius: 5px;
}
.contact-ul {
  list-style: none;
}
.contact-ul li {
  font-size: 1.7em;
  text-align: center;
  font-weight: bold;
}
/****************info-area.php END****************/

/****************footer.php START****************/
#footer {
  border-top: 1px solid #c0c0c0;
  padding-top: 20px;
}
.footer-nav ul {
  list-style: none;
  margin-left: 15px;
}
.footer-nav li {
  margin-right: 30px;
  font-size: 1.3em;
}
.footer-nav li a {
  color: #333;
  text-decoration: none;
}
.footer-nav li a:hover {
  text-decoration: underline;
}
.footer-nav li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-right: 7px;
}

.copyright {
  text-align: center;
  font-size: 1.2em;
  color: #000;
  padding: 10px 0 20px 0;
}

#pageTop span {
  display: block;
  overflow: hidden;
}
#pageTop:hover {
  transition: all .3s;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#pageTop {
  font-size: 2.2em;
  text-decoration: none;
  font-weight: bold;
  background-color: #934b7a;
  color:#fff;
  padding: 4px 12px 6px 12px;
  position:fixed;
  bottom: 17px;
  right: 17px;
  top: auto;
  left: auto;
  border-radius: 50%;
  opacity: 0.8;
  border: 1px solid #fff;
}
/****************footer.php END****************/

/****************page index STRAT****************/
.page-title {
  width: 40%;
  margin: 0 auto 20px auto;
  padding-top: 10px;
}
.page-title img {
  margin: 0 auto;
  max-width: 100%;
}

.contents{
  margin-bottom: 40px;
  width: 100%;
}
.contents:after{
  content: "";
  display: block;
  clear: both;
}

.about-head-area {
  position: relative;
  width: 100%;
  height: auto;
}
/*.about-head-area:after {
  content: "";
  display: block;
  clear: both;
}*/

.aa:before {
  content: "";
  display: block;
  padding-top: 0%;
}

.head-img {
  position: absolute;
  top: 49px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.head-img img {
  width: 100%;
}


.about-head {
  width: 93%;
  min-height: 150px;
  margin: 0 auto;
}
.about-head img {
  width: 100%;
  margin: 0px 0 10px 0;
}
.about-head p {
  color: #fff;
  font-size: 1.2em;
}


.line1 {
  background: url(../images/line1.png) repeat-x bottom left;
  height: 20px;
}

.about-title1 {
  width: 75%;
  margin: 20px auto 30px auto;
}
@media screen and (min-width: 375px) {
.about-title1 {
  margin: 60px auto 30px auto;
}
}
@media screen and (min-width: 414px) {
.about-title1 {
  margin: 90px auto 30px auto;
}
}
@media screen and (min-width: 500px) {
.about-title1 {
  margin: 110px auto 30px auto;
}
}
@media screen and (min-width: 568px) {
.about-title1 {
  margin: 180px auto 30px auto;
}
}
@media screen and (min-width: 667px) {
.about-title1 {
  margin: 250px auto 30px auto;
}
}
@media screen and (min-width: 736px) {
.about-title1 {
  margin: 270px auto 30px auto;
}
}

.about-title1 h2 {
  background: url(../about/about-title1.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 14.462%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.about-title2 {
  width: 75%;
  margin: 0 auto 30px auto;
}
.about-title2 h2 {
  background: url(../about/about-title2.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 14.462%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.about-title3 {
  width: 75%;
  margin: 0 auto 30px auto;
}
.about-title3 h2 {
  background: url(../about/about-title3.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 14.462%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.about-title4 {
  width: 75%;
  margin: 0 auto 30px auto;
}
.about-title4 h2 {
  background: url(../about/about-title4.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 14.462%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}



.about-msg1 {
  width: 100%;
  margin: 0 auto 20px auto;
}
.about-msg1 p {
  background: url(../about/about-msg1-m.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 17.624%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.about-msg2,
.about-msg3,
.about-msg4 {
  width: 100%;
  margin-bottom: 10px;
}
.about-msg2 h3,
.about-msg3 h3,
.about-msg4 h3 {
  font-size: 1.7em;
  text-align: left;
  color: #4f3f35;
}

.news-title {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #b52d1f;
  border-left: 5px solid #b52d1f;
  padding: 2px 10px 5px 10px;
  box-sizing: border-box;
}
.news-title h3 {
  font-size: 1.7em;
  text-align: left;
  color: #b52d1f;
}


/*.about-msg3 {
  width: 100%;
  margin: 0 auto;
}
.about-msg3 h3 {
  background: url(../about/about-msg3.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 14.356%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.about-msg4 {
  width: 100%;
  margin: 0 auto;
}
.about-msg4 h3 {
  background: url(../about/about-msg4.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 14.356%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}*/


.service-title1 {
  width: 50%;
  margin: 0 auto 30px auto;
}
.service-title1 h2 {
  background: url(../service/service-title1.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 20.361%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.service-title2 {
  width: 50%;
  margin: 0 auto 30px auto;
}
.service-title2 h2 {
  background: url(../service/service-title2.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 20.361%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.service-title3 {
  width: 75%;
  margin: 0 auto 30px auto;
}
.service-title3 h2 {
  background: url(../service/service-title3.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 20.361%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.service-title4 {
  width: 75%;
  margin: 0 auto 30px auto;
}
.service-title4 h2 {
  background: url(../service/service-title4.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 20.361%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.recruit-title1 {
  width: 75%;
  margin: 0 auto 30px auto;
}
.recruit-title1 h2 {
  background: url(../recruit/recruit-title1.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 20.361%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.recruit-title2 {
  width: 75%;
  margin: 0 auto 30px auto;
}
.recruit-title2 h2 {
  background: url(../recruit/recruit-title2.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 20.361%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.contact-title1 {
  width: 75%;
  margin: 0 auto 30px auto;
}
.contact-title1 h2 {
  background: url(../contact/contact-title1.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 20.361%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.contact-title2 {
  width: 75%;
  margin: 0 auto 30px auto;
}
.contact-title2 h2 {
  background: url(../contact/contact-title2.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 20.361%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


.service-msg1 {
  width: 85%;
  margin: 0 auto 15px auto;
}
.service-msg1 h3 {
  background: url(../service/service-msg1.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 20.230%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.service-msg2 {
  width: 85%;
  margin: 0 auto 15px auto;
}
.service-msg2 h3 {
  background: url(../service/service-msg2.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 20.230%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


#thumb_box {
  margin-bottom: 80px;
}
.thumb-item-nav {
  max-width: 100%;
  margin: 0 auto;
}
.thumb-item-nav li{
  margin: 2.5px;
}
.thumb-item-nav img {
  max-width: 100%;
  height: auto;
}


.table_1 {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.table_1 th{
  font-size: 1.4em;
  border: 1px solid #c0c0c0;
  padding: 2px 0;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  color: #55453d;
  /*background-color: #EBEBEB;*/
}
.table_1 td{
  font-size: 1.4em;
  padding: 5px 6px;
  text-align: left;
  border: 1px solid #c0c0c0;
  vertical-align: middle;
  background-color: #fff;
  color: #55453d;
}
.table_1 td a{
  color: #c97979;
  font-weight: bold;
  text-decoration: underline;
}
.table_1 td a:hover{
  text-decoration: none;
}


.wall-w {
  background-color: #fff;
  width: 100%;
  padding: 30px 0 0 0;
}

.box1 {
  border: 1px solid #f0f0f0;
  padding: 5px;
  box-sizing: border-box;
  background-color: #fff;
}

.chiki h3 {
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 10px;
  color: #d55e29;
}
.service h3 {
  font-size: 1.7em;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #458837;
  background-color: #fff;
  box-shadow: 0 5px 5px -5px #7d6c64;
}

.movie {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
  padding-top: 56.25%;
  /*margin-bottom: 25px;*/
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.pagetitle-top {
  padding-top: 60px!important;
}

.laptop-img,
.tab-img {
  display: none;
}
.mobile-img {
  display: block;
}
/****************page index END****************/

/****************sitemap STRAT****************/
.sitemap ul {
  margin: 0 0 40px 30px;
}
.sitemap li {
  font-size: 1.4em;
  font-weight: bold;
}
.sitemap li ul li {
  font-size: 1.0em;
  margin: 7px 0;
  font-weight: normal;
}
.sitemap li a {
  color: #4f3f35;
  text-decoration: none;
}
.sitemap li a:hover {
  text-decoration: underline;
}
.sitemap li ul {
  margin-left: 20px;
}

/****************sitemap END****************/













/*********************************************

tablet Media Queries ▼

**********************************************/
@media screen and (min-width: 768px) {
/****************TopPage START****************/
#main-wrap {
    min-width: 768px;
    margin-left: 0px;
}
/*.top-margin {
  margin-top: 60px;
}*/
#main {
  min-width: 768px;
  width: 100%;
}

.contact-top {
  display: none;
}
.contents{
  margin-bottom: 60px;
}
.row-width-msg {
  box-shadow: none;
}

.top-img1 span {
  background: url(../images/top-img1.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 42.588%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.top-img2 span {
  background: url(../images/top-img2-2.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 42.588%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.top-img3 span {
  background: url(../images/top-img3-1.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 42.588%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.top-img4 span {
  background: url(../images/top-img4.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 42.588%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


.top-banner1 a {
  background: url(../images/top-banner1.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 49.0625%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.top-banner2 a {
  background: url(../images/top-banner2.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 49.0625%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.top-banner3 a {
  background: url(../images/top-banner3.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 49.0625%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0;
}

.recruit-b img {
  position: absolute;
  top: -43px;
  right: -30px;
  width: 30%;
}

.top-msg {
  margin: 40px 0 40px 0;
}
.top-msg h2 {
  background: url(../images/top-msg.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 3.651%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 15px;
}
.top-msg p {
  font-size: 1.5em;
  text-align: center;
}


.msg-area {
  padding: 18px;
  box-sizing: border-box;
  background-image: none;
}
.msg-area:after {
  content: "";
  display: block;
  clear: both;
}
.msg-area-border {
  border-right: 1px solid #d0d0d0;
}
.msg-area img {
  max-width: 100%;
  margin-top: 7px;
}
.msg-area h3 {
  font-size: 1.9em;
  margin-bottom: 10px;
}
.msg-area p {
  font-size: 1.3em;
}

/*.text-r {
  float: right;
  font-size: 0.6em;
  margin-top: 6px;
}*/


.top_info {
  padding: 20px 0;
  box-sizing: border-box;
  border: none;
}
.top_info h2{
  padding-left: 0px;
  font-size: 1.9em;
  text-align: left;
  border-bottom: 1px solid #55453d;
}

.info_page {
  float: right;
  margin-top: -2px;
}
.info_page a{
  text-decoration: none;
  color: #4f3f35;
  font-size: 0.7em;
}
.info_page a:hover{
  text-decoration: underline;
}


.link-box p a {
  border: 1px solid #999;
  background-color: #fff;
  display: block;
  padding: 10px;
  color: #555;
}
.link-box p {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
/****************TopPage END****************/

/****************header.php START****************/
#title {
  width: 58%;
  float: left;
  top: 11px;
  left: 10px;
  box-sizing: border-box;
  display: block;
  z-index: 1000;
}

/****************header.php END****************/

/****************important-news.php START****************/
.row-width-msg { 
  width: 700px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 11000;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.row-width-msg p {
  font-size: 1.3em;
}
.row-width-msg:after {
  content: "";
  display: block;
  clear: both;
}

.row-width-msg-info {
  background-color: #df5b5b;
  padding: 7px 20px;
  box-sizing: border-box;
  width: 16.66666667%!important;
  border-radius: 0;
}
.row-width-msg-info p {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.row-width-msg-date,
.row-width-msg-text {
  padding: 7px 20px;
  box-sizing: border-box;
}
.row-width-msg-date p {
  font-weight: bold;
}
.row-width-msg-date p,
.row-width-msg-text p {
  color: #000;
  text-align: left;
}

.mt-1 {
  margin-top: -100px; 
}
/****************important-news.php END****************/

/***************info-area.php START****************/
.contact-box {
  background-color: #f0f0f0;
  padding: 10px 20px;
  box-sizing: border-box;
}
.contact-box p {
  font-size: 1.6em;
}
.contact-box-tel {
  background-color: #fff;
  padding: 5px 0;
}

.contact-ul {
  list-style: none;
}
.contact-ul li {
  font-size: 1.8em;
  text-align: center;
  font-weight: bold;
}
.tel,
.fax {
  font-size: 0.7em;
  margin-right: 15px;
}
.tel-text {
  font-size: 0.7em;
}
/****************info-area.php END****************/

/****************footer.php START****************/
#footer {
  margin: 0;
  padding: 20px 30px;
  box-sizing: border-box;
}
.footer-nav ul {
  list-style: none;
}
.footer-nav li {
  float: left;
/*  margin-right: 30px;
  font-size: 1.3em;*/
}
/*.footer-nav li a {
  color: #333;
  text-decoration: none;
}
.footer-nav li a:hover {
  text-decoration: underline;
}*/
/*.footer-nav li a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-right: 10px;
}*/

.copyright {
  float: right;
  text-align: right;
  padding: 0;
  font-size: 1.4em;
}

#pageTop {
  font-size: 2.5em;
  text-decoration: none;
  font-weight: bold;
/*  background-color: #fff;
  color:#d9b91f;*/
  padding: 5px 17px 12px 17px;
  position:fixed;
  bottom: 50px;
  right: 30px;
  top: auto;
  left: auto;
  border-radius: 50%;
  border: 3px solid #fff;
}
/****************footer.php END****************/

/****************page index STRAT****************/
.page-title {
  width: 27%;
  margin: 0px auto 20px auto;
}
.page-title img {
  margin: 0 auto;
  max-width: 100%;
}

.about-title1 {
  width: 35%;
  margin: 80px auto 60px auto;
}
.about-title2 {
  width: 35%;
  margin: 0 auto 60px auto;
}
.about-title3 {
  width: 35%;
  margin: 0 auto 60px auto;
}
.about-title4 {
  width: 35%;
  margin: 0 auto 60px auto;
}
.about-msg1 {
  width: 100%;
  margin: 0 auto 40px auto;
}
.about-msg1 p {
  background: url(../about/about-msg1.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 8.137%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.about-msg2,
.about-msg3,
.about-msg4 {
  width: 100%;
  margin-bottom: 20px;
}
.about-msg2 h3,
.about-msg3 h3,
.about-msg4 h3 {
  font-size: 2.0em;
}

.news-title {
  width: 100%;
  margin-bottom: 20px;
}
.news-title h3 {
  font-size: 2.0em;
}



.service-title1,
.service-title2 {
  width: 23%;
  margin: 0 auto 40px auto;
}

.service-title3,
.service-title4 {
  width: 35%;
  margin: 0 auto 40px auto;
}
.service-msg1 {
  width: 40%;
}
.service-msg1,
.service-msg2 {
  margin: 0 auto 25px auto;
}
.recruit-title1,
.recruit-title2 {
  width: 35%;
  margin: 0 auto 40px auto;
}

.contact-title1,
.contact-title2 {
  width: 35%;
  margin: 0 auto 40px auto;
}

.head-img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.about-head {
  width: 80%;
  margin: 0 auto;
  min-height: 200px;
}
.about-head img {
  max-width: 100%;
  margin: 50px 0 20px 0;
}
.about-head p {
  color: #fff;
  font-size: 1.6em;
}


.table_1 {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.table_1 th {
  font-size: 1.5em;
  padding: 5px 6px;
  white-space: nowrap;
}
.table_1 td {
  font-size: 1.5em;
  padding: 5px 15px;
  text-align: left;
}

.top-link img {
  width: 60px;
  position: absolute;
  top: 110px;
  right: 15px;
  transition: 0.2s ease-in-out;
}
.top-link img:hover {
  transform: scale(1.4);
  opacity: 0.5;
}

.box1 {
  padding: 15px;
}

.movie {
  /*margin-bottom: 40px;*/
}
.movie iframe {
  width: 100% !important;
  height: 100% !important;
}

.laptop-img,
.mobile-img {
  display: none;
}
.tab-img {
  display: block;
}
/****************page index END****************/

}




@media screen and (min-width: 880px) {
.about-title1 {
  margin: 130px auto 30px auto;
}
}


























/*********************************************

PC(small) Media Queries ▼

**********************************************/
@media (min-width: 1024px) {
.col_text p {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.col_ul {
  /*margin-left: 35px;*/
}
.col_ul li{
  font-size: 1.5em;
  margin-bottom: 10px;
}

.indent1 {
  padding-left: 4.3em;
  text-indent: -4.3em;
}

.contents{
  margin-bottom: 75px;
}

#pageTop {
  font-size: 3.8em;
  text-decoration: none;
  font-weight: bold;
/*  background-color: #fff;
  color:#d9b91f;*/
  padding: 5px 20px 12px 20px;
  position:fixed;
  bottom: 50px;
  right: 30px;
  top: auto;
  left: auto;
  border-radius: 50%;
  /*border: 3px solid #d9b91f;*/
}

/***************info.php START****************/
.news_box dd h3 {
  font-weight: normal;
}
.news_box dt {
  float: left;
  margin-left: 10px;
}
.news_box dd {
  /*width: 75%;*/
  margin-left: 100px;
}
/****************info.php END****************/

/***************info-area.php START****************/
.contact-box {
  border-radius: 5px;
}
/***************info-area.php END****************/

/***************TopPage START****************/
.contact-top {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}
.contact-top img {
  width: 20%;
  height: auto;
  float: right;
}


.top-msg p {
  font-size: 1.6em;
  text-align: center;
}

.slider {
  margin: 0 auto;
}
/***************TopPage END****************/

/***************header.php START***************/
#header {
  background-color: #fff;
  box-shadow: 0 6px 8px #999;
  position: fixed;
  top: 0;
  left: 0;
  width: 180px;
  float: left;
  min-height: 100%;
  z-index: 100;
}
#main-wrap {
  min-width: 768px;
  margin-left: 180px;
}
#main {
  min-width: 768px;
  width: 100%;
}

#title {
  width: 100%;
  top: 0;
  left: 0;
  position: static;
  margin-bottom: 30px;
}
#title h1 a{
  background: url(../images/header-title1.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 84.090%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.slicknav_menu {
  display: none;
}

.gnav-box {
  margin: 30px 0; 
}

#gnav {
  display: block;
  padding-top: 200px;
}
#gnav li {
  font-size: 1.4em;
  width: 100%;
  text-align: left;
}
#gnav li a{
  display: block;
  padding: 5px 20px 5px 30px;
  text-decoration: none;
}
#gnav li a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  float: right;
}
#gnav .sub-link li a:after {
  content: "";
}
#gnav > li:hover > a{
  color: #55453d;
  background-color: #efe1ca;
  background-image: url("https://www.transparenttextures.com/patterns/black-thread-light.png");
}
#gnav ul li {
  font-size: 1.0em;
}
#gnav ul li a:hover{
  transition: 0.2s ease-in-out;
  color: #fff;
  background-color: #934b7a;
background-image: url("https://www.transparenttextures.com/patterns/black-thread-light.png");
}
#gnav ul{
  display: none;
}
#gnav li ul li a {
  padding: 5px 20px 5px 30px;
  font-weight: 500;
}
#gnav li:hover ul{
  position: absolute;
  list-style: none;
  top: 0;
  right: -230px;
  width: 230px;
  padding: 200px 0px;
  box-sizing: border-box;

background-color: #efe1ca;
background-image: url("https://www.transparenttextures.com/patterns/black-thread-light.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  min-height: 100%;
  display: block;
}


.header-contact {
  width: 80%;
  margin: 0 auto 20px auto;
  border-top:1px solid #c0c0c0;
  border-bottom:1px solid #c0c0c0;
  padding: 6px 0;
  border-right: none;
  float: none;
}
.header-contact ul {
  list-style: none;
  margin-bottom: 5px;
}
.header-contact li {
  font-size: 1.8em;
  text-align: center;
}

.header-tel,
.header-fax {
  padding: 2px 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 80%;
  margin-right: 10px;
}
.header-time {
  font-size: 80%;
}


.header-contact {
  margin-top: 20px;
}
.header-contact ul {
  display: block!important;
  list-style: none!important;
  margin-bottom: 5px!important;
}
.header-contact li {
  font-size: 1.5em!important;
  text-align: center!important;
}
.header-tel,
.header-fax {
  padding: 2px 5px!important;
  border-radius: 5px!important;
  font-weight: bold!important;
  font-size: 80%!important;
  margin-right: 8px!important;
}
.header-time {
  font-size: 80%!important;
}

.sub-link {
  width: 87%;
  margin: 0 auto 20px auto;
  float: none;
}
.sub-link ul {
  list-style: none;
  width: 100%;
}
.sub-link li {
  font-size: 1.4em;
  text-align: center;
  float: left;
  width: 50%;
}
#gnav .sub-link li a {
  display: block;
  padding: 2px 0!important;
  text-decoration: none;
}
.sub-link span {
  margin-left: 3px;
}

.sub-link {
  width: 87%!important;
  margin: 0 auto 20px auto!important;
}
.sub-link ul {
  display: block!important;
  list-style: none!important;
  width: 100%!important;
}
.sub-link li {
  font-size: 1.1em!important;
  text-align: center!important;
  float: left!important;
  width: 50%!important;
}
.sub-link li a {
  display: block!important;
  padding: 10px 0!important;
  text-decoration: none!important;
}
.sub-link span {
  margin-left: 3px!important;
}
/***************header.php END***************/

/****************page index START****************/
.pagetitle-top {
  padding-top: 40px!important;
}
.chiki h3 {
  font-size: 1.7em;
  margin-bottom: 20px;
}
.service h3 {
  font-size: 1.8em;
  margin-bottom: 20px;
  margin-top: 0;
}

.head-img {
  top: 0;
}

.head-img img {
  top: 0px;
}
/****************page index END****************/

.tab {
  display: none;
}

.tab-img,
.mobile-img {
  display: none;
}
.laptop-img {
  display: block;
}

.about-w {
  background-color: #fff;
}
.row-width-msg { 
  width: 800px;
/*  margin: 0 auto;
  background-color: #fff;
  z-index: 11000;
  margin-bottom: 20px;
  box-sizing: border-box;*/
}

.sitemap li {
  font-size: 1.5em;
}


.movie-description {
  padding: 8px 15px;
  box-sizing: border-box;
}
.movie-description p {
  font-size: 1.6em!important;
}

}

























@media screen and (min-width: 1260px) {
/***************TopPage START****************/
.contact-top {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}
.contact-top img {
  width: 35%;
  height: auto;
  float: right;
}
.link-box p a {
  width: 100%;
}

.top-msg {
  margin: 90px 0 30px 0;
}
.top-msg p {
  font-size: 1.7em;
  text-align: center;
}
/***************TopPage END****************/

/***************header.php START***************/
#header {
  background-color: #fff;
  box-shadow: 0 6px 8px #999;
  position: fixed;
  top: 0;
  left: 0;
  width: 220px;
  float: left;
  min-height: 100%;
  z-index: 100;
}
#main-wrap {
  min-width: 960px;
  margin-left: 220px;
}
#main {
  min-width: 960px;
  width: 100%;
}

#gnav {
  padding-top: 210px;
}
#gnav li {
  font-size: 1.55em;
}
#gnav ul li {
  font-size: 1.0em;
}
#gnav li:hover ul{
  padding: 210px 0px;
}

#gnav li a,
#gnav li ul li a {
  padding: 10px 20px 10px 30px;
}
.header-contact {
  margin-top: 10px;
  margin-bottom: 10px;
}

.header-contact ul {
  display: block!important;
  list-style: none!important;
  margin-bottom: 5px!important;
}
.header-contact li {
  font-size: 1.8em!important;
  text-align: center!important;
}
.header-tel,
.header-fax {
  padding: 2px 5px!important;
  border-radius: 5px!important;
  font-weight: bold!important;
  font-size: 80%!important;
  margin-right: 10px!important;
}
.header-time {
  font-size: 80%!important;
}
.sub-link {
  width: 87%!important;
  margin: 0 auto 20px auto!important;
}
.sub-link ul {
  display: block!important;
  list-style: none!important;
  width: 100%!important;
}
.sub-link li {
  font-size: 1.3em!important;
  text-align: center!important;
  float: left!important;
  width: 50%!important;
}
#gnav .sub-link li a {
  display: block!important;
  padding: 10px 0!important;
  text-decoration: none!important;
}
.sub-link span {
  margin-left: 3px!important;
}
/****************header.php END****************/

/***************important-news.php START***************/
.row-width-msg { 
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 11000;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.row-width-msg p {
  font-size: 1.4em;
}
.mt-1 {
  margin-top: -180px; 
}
/***************important-news.php END***************/
.about-title1 {
  margin: 80px auto 30px auto;
}
}


































































































/********************************
General Setting
*********************************/





.tag_1 {
  background-color: #59493f;
  border-radius: 3px;
  padding: 2px 10px;
  font-weight: bold;
  margin-right: 10px;
  color: #fff;
}

.waku {
  background-color: #e6f6ff;
  border: 2px dotted #8cd5ff;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 5px;
}



.wall-1 {
  background-color: #fffaf1;
  padding-top: 20px!important;
}



/********************************
custom.JS
*********************************/











/********************************
TOP page
*********************************/
.top-copy {
  position: relative;
  width: 80%;
  margin: -100px auto 0 auto; 
}
.top-copy h2 {
  font-size: 1.6em;
  text-align: center;
  color: #6eabd1;
  margin-bottom: 3px;
}
.top-copy-h2-de {
  text-shadow: 3px 3px 0 #fff;
}
.top-copy p {
  font-size: 1.5em;
  text-align: center;
  color: #555;
  margin-bottom: 12px;
}

.top-copy h3 {
  font-size: 1.6em;
  text-align: center;
  color: #c97979;
  margin-bottom: 10px;
  font-family:"ヒラギノ丸ゴ Pro W4",
              "ヒラギノ丸ゴ Pro",
              "Hiragino Maru Gothic Pro",
              "ヒラギノ角ゴ Pro W3",
              "Hiragino Kaku Gothic Pro",
              "HG丸ｺﾞｼｯｸM-PRO",
              "HGMaruGothicMPRO",
  sans-serif;
  background: url(../images/top-copy-line.png) no-repeat bottom center;
  height: 10px;
  padding-bottom: 50px;
}



.top_h2 {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #DB7B46;
  background: url(../images/top_h2-line-m.png) repeat-x bottom center;
  padding-bottom: 20px;
  height: 60px;
}

.content-link a{
  display: block;
  padding: 3px 5px;
  width: 70%;
  margin: 0 auto;
  border: 2px solid #fff;
  font-size: 1.6em;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background-color: #9dc0d3;
  color: #fff;
}
.content-link a:after{
  font-family: 'FontAwesome';
  content: "\00a0\00a0\f105";
}
.content-link a:hover{
  background-color: #9dc0d3;
  color: #1a71a0;
}

.topschool img {
  max-width: 100%;
}



.info {
  font-size: 0.8em;
}



.address-box {
  border: 2px solid #9c8357;
  border-radius: 5px;
  padding: 20px 15px;
  box-sizing: border-box;
}
.address-box p {
  font-size: 1.5em;
  color: #9c8357;
}
.address-box p a {
  text-decoration: underline;
  color: #9c8357;
}
.address-box p a:hover {
  text-decoration: none;
}

.photo-box img{
  max-width: 100%;
}

.link-b1 {
  margin: 0 auto; 
}
.link-b1 a {
  background-color: #73bde7;
  border-radius: 5px;
  padding: 5px 20px;
  display: block;
  color: #fff!important;
  text-decoration: none!important;
  box-shadow: 4px 4px 0 #b0b0b0;
}
.link-b1 a:before {
  content: "\f054";
  font-family: 'FontAwesome';
  float: right;
  margin-left: 15px;
}
.link-b1 a:hover {
  opacity: 0.5;
}








/*********************************************

tablet Media Queries ▼

**********************************************/
@media screen and (min-width: 768px) {



#fm {
  display: none;
}
.wall-g {
  height: 450px;
  background-color: #f1f1f1;
  margin-top: -320px;
  z-index: -100;
}
/*.wall-w {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 20px;
  box-sizing: border-box;
}*/



.page-menu {
  margin-bottom: 30px;
}
.page-menu img {
  max-width: 100%;
  margin: auto;
}

.page-menu li:first-child{
  border-top: 1px dotted #999;
}
.page-menu li {
  list-style-type: none;
  font-size: 1.7em;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px dotted #999;
}
.page-menu li a {
  padding: 10px 10px;
  display: block;
  color: #55453d;
  text-decoration: none;
}
.page-menu li a:before {
  content: "\f054";
  font-family: 'FontAwesome';
  float: right;
}
.page-menu li:last-child a:before {
  content: "\f015";
  font-family: 'FontAwesome';
  float: right;
}
.page-menu li a:hover {
  text-decoration: none;
  background-color: #fff;
}


#m-top {
  margin-top: -100px;
}

.link-b1 {
  float: right;
  width: 32%;
}
.link-b1 a {
  border-radius: 5px;
  padding: 10px 20px;
  display: block;
  color: #fff!important;
  text-decoration: none!important;
  box-shadow: 4px 4px 0 #b0b0b0;
}
.link-b1 a:before {
  content: "\f054";
  font-family: 'FontAwesome';
  float: right;
  margin-left: 15px;
}
.link-b1 a:hover {
  opacity: 0.5;
}




#pan {
  margin: 0;
  height: 150px;
}

}




/*********************************************

PC(small) Media Queries ▼

**********************************************/
@media (min-width: 992px) {


/********************************
General Setting
*********************************/
.tag_1 {
  margin-right: 15px;
}
.waku { 
  padding: 15px;
}
.wall-1 {
  padding-top: 40px!important;
  padding-bottom: 20px!important;
}

/*.contents {
  margin-bottom: 60px;
}
.contents h2 {
  font-size: 2.5em;
  width: 100%;
  margin: 0 auto 20px auto;
}*/
#pan {
  margin: 0;
  height: 150px;
}

/********************************
custom.JS
*********************************/

/*.menu {
  width:  65%;
}*/
#fm {
  display: block;
}


/********************************
TOP page
*********************************/



.top-copy h2 {
  font-size: 2.8em;
  padding-top: 10px;
  margin-bottom: 10px;
  z-index: 999;
  white-space: nowrap;
}
.top-copy p {
  font-size: 1.9em;
  margin-bottom: 25px;
}

.top-copy h3 {
  font-size: 2.8em;
  margin-bottom: 10px;
}

.top-copy-icon-l {
  width: 120px;
  position: absolute;
  top : 20px;
  left: -20px;
  z-index: 0;
}



.top_h2 {
  font-size: 2.6em;
  margin-bottom: 20px;
  text-align: left;
  background: url(../images/top_h2-line-m.png) repeat-x bottom center;
  padding-bottom: 20px;
  height: 50px;
}
.content-link a{
  padding: 8px 20px;
  width: 50%;
  margin: 0 auto;
  font-size: 1.8em;
}

.col_2_wid {
  width: 60%!important;
  margin: 0 auto 30px auto;
  background-color: #F0EBE1;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 3px 3px 3px #C2BEB6;
}

.about_img_left {
  position: absolute;
  width: 150px;
  top: -30px;
  left: -80px;
}
.about_img_right {
  position: absolute;
  width: 120px;
  bottom: -50px;
  right: -110px;
}


}


/*********************************************

PC(large) Media Queries ▼

**********************************************/
@media (min-width: 1200px) {

}


  .br-d br{
    display: block;
  }
@media (min-width: 768px) {
  .br-d br {
    display: none;
  }
}