/*---グローバルメニュー---*/
/*---
.gmenu_level1{
    font-weight:bold;
}

.gmenu_level1 a{
    transition-duration:0.1s;
}

.gmenu_level1 a:hover{
    color:#ffffff !important;
    background-color:#F39800;
}

.gmenu_level1 span{
    transition-duration:0.1s;
}

.gmenu_level1 span:hover{
    color:#ffffff !important;
    background-color:#F39800;
}
---*/

/*---フッター---*/
#footer_info #smenu_toiawase a:link, #footer_info #smenu_toiawase a:visited {
    background-color: #8dc21f;
}

#footer_info #smenu_toiawase a {
    border-radius: 100px;
    transition : .7s;
}

#footer_info #smenu_toiawase a:hover {
  width: 70%;
  transition : .7s;
}

.footercom{
    font-weight: bold;
    line-height: initial;
    margin-top:25px !important;
    font-size:20px;
}

.footeradd{
    font-size:18px;
    margin-top:20px !important;
    line-height: initial;
}

.footertel{
    margin:10px 0 !important;
    font-size:20px;
}

.funai,.omichi{
    padding:10px;
    background-color:#ffffff;
}

/*---フッター左側幅拡張---*/
#footer_info{
  width:100%;
}

/*---フッター右側非表示---*/
#footer_right{
  display:none;
}

/*---フッター問合せボタン調整---*/
#footer_info #smenu_toiawase a {
    display: inline-block;
    color: #ffffff;
    width: 500px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
}

/*---見学ボタン---*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-flat {
  overflow: hidden;

  padding: 1.1rem 20rem;

  color: #fff;
  border-radius: 4px;
  background: #1abc9c;
  box-shadow: 0px -3px 0px rgb(0 0 0 / 30%) inset;
  text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 100px;
  height: 100px;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);

  border-radius: 50%;
  background: #F39800;
}

a.btn-flat:hover:before {
  width: 660px;
  height: 400px;

  -webkit-transform: translateX(-1%) translateY(-175px);

  transform: translateX(-1%) translateY(-175px);
}

/*---ブログボタン---*/
.c-bnr {

  display: inline-block;
  width: 800px;
  height:170px;
}

.c-bnr{
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-bnr.practice03 {
  position: relative;
  transition: .6s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-bnr.practice03::before,
.c-bnr.practice03::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .6s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
.c-bnr.practice03::before {
  background: rgba(243,152,0,.8);
  width: 100%;
  height: 100%;
  border-radius:7px;
}
.c-bnr.practice03::after {
  color: #fff;
  content: "ブログ一覧へ GO!!";
  font-size: 40px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}
.c-bnr.practice03:hover::before,
.c-bnr.practice03:hover::after {
  opacity: 1;
}
.c-bnr.practice03:hover::after {
  letter-spacing: 0.1em;
}
.c-bnr.practice03:hover {
  transform: scale(0.9);
}

img {
    image-rendering: -webkit-optimize-contrast;
}

/*---サムネイルマウスホバー---*/
.thumbnail {
  border-radius: 3px;
  transition-duration: .5s;
  box-shadow: 3px 3px 16px -10px rgba(0,0,0,0.6);
}
.thumbnail:hover {
  border-radius: 50%;
  box-shadow: 3px 3px 16px -10px rgba(0,0,0,0.6);
}

/*---コンタクトフォーム「必須」調整---*/
#contact_form .sub{
  padding:15px 5px;
}

/*---コンタクトフォーム見出し太字---*/
#contact_form th{
  font-weight:bold;
}

/*---フッターcomlog非表示---*/
.powered{
  display:none;
}

/*---ブログ一覧フッター調整---*/
#cont_wap{
  padding:0;
}

.copy{
  text-align:center;
}


.kiji_area img{
  box-shadow: 3px 3px 16px -7px rgba(0,0,0,0.6);
  border-radius:3px;
}