@charset "utf-8";







/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　グローバルメニューここから＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　グローバルメニューここから＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　グローバルメニューここから＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:420px) {
#gnav > ul {
    display: none;
}
#gnav > ul .menu {
    display: none;
}
}
	
@media only screen and (min-width:420px)  and (max-width:650px){
#gnav > ul {
    display: none;
}
#gnav > ul .menu {
    display: none;
}
}	

@media only screen and (min-width:651px)  and (max-width:850px){
#gnav > ul {
    display: table;
    padding-left: 0px;
    color: #FFFFFF;
    font-size: 108%;
    margin-right: 0px;
}
#gnav > ul .menu { /* ＝＝　サブメニューのバック　＝＝ */
    transition: all .4s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 0px;
    text-align: center;
    position: absolute;
    background-color: rgba(0,0,0,0.50);
    top: 122px;
}
#gnav > ul .menu .menu_inner {  /* ＝＝　サブメニューのメニュー枠　＝＝ */
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 98%;
}
.menu_inner_in { /* ＝＝　サブメニューの文字　＝＝ */
    width: 100%;
    float: left;
    text-align: right;
    margin-bottom: 20px;
    margin-top: 10px;
    clear: left;
    margin-right: -23px;
}
#gnav > ul > li > a { /* ＝＝　メニューの文字　＝＝ */
    display: block;
    padding-top: 40px;
    padding-right: 7px;
    padding-left: 3px;
    padding-bottom: 10px;
    transition: all .4s ease-in;
    text-decoration: none;
    color: #000000;
    text-align: right;
    margin-left: 0px;
}
}	

@media only screen and (min-width:851px)  and (max-width:1200px){
#gnav > ul {
    display: table;
    padding-left: 0px;
    color: #FFFFFF;
    font-size: 110%;
    margin-right: 0px;
}
#gnav > ul .menu { /* ＝＝　サブメニューのバック　＝＝ */
    transition: all .4s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 2px;
    text-align: center;
    position: absolute;
    background-color: rgba(0,0,0,0.50);
    top: 122px;
}
#gnav > ul .menu .menu_inner {  /* ＝＝　サブメニューのメニュー枠　＝＝ */
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    width: 83%;
}
.menu_inner_in {  /* ＝＝　サブメニューの文字　＝＝ */
    width: 100%;
    float: right;
    text-align: right;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-right: -23px;
}
#gnav > ul > li > a { /* ＝＝　メニューの文字　＝＝ */
    display: block;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    transition: all .4s ease-in;
    text-decoration: none;
    color: #000000;
    text-align: right;
    margin-left: 28px;
}
}	
	
@media only screen and (min-width:1201px) {
#gnav > ul {
    display: table;
    padding-left: 0px;
    color: #FFFFFF;
    font-size: 110%;
}
#gnav > ul .menu { /* ＝＝　サブメニューのバック　＝＝ */
    transition: all .4s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 0px;
    text-align: right;
    position: absolute;
    background-color: rgba(0,0,0,0.50);
    top: 90px;
}
#gnav > ul .menu .menu_inner { /* ＝＝　サブメニューのメニュー枠　＝＝ */
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    width: 80%;
}
.menu_inner_in {  /* ＝＝　サブメニューの文字　＝＝ */
    width: 100%;
    float: right;
    text-align: right;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-right: -23px;
}
#gnav > ul > li > a { /* ＝＝　メニューの文字　＝＝ */
    display: block;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    transition: all .4s ease-in;
    text-decoration: none;
    color: #000000;
    text-align: right;
    padding-left: 10px;
    margin-left: 23px;
    float: right;
    }
}

#gnav > ul > li {
      display: table-cell;
    }
#gnav > ul > li:hover {
    color: #D90000;
    text-decoration: none;
    }
#gnav > ul > li:hover > a {
      color: #D90000;
    }
#gnav > ul > li:hover .menu {
    max-height: 9999px;
    opacity: 1;
    width: 100%;
    float: left;
    z-index: 20;
    }

#gnav > ul .menu .menu_inner li {
    display: inline-block;
    margin-top: 17px;
    margin-right: 2em;
    margin-bottom: 0;
    text-align: center;
    line-height: 20px;
    }
#gnav > ul .menu a {
    color: #fff;
    float: left;
	text-decoration: none;
    }
#gnav > ul .menu a:hover {
      color: #D90000;
	text-decoration: none;
    }
#gnav > ul .menu a li:hover {
      color: #D90000;
	text-decoration: none;
    }


@media only screen and (max-width:651px) {
	nav{
	margin-bottom: 0px;
	width: 100%;
	float: left;
	height: 0px;
    font-family: 'Josefin Sans', sans-serif;
}
}
@media only screen and (min-width:651px) and (max-width:1200px){
	nav{
    width: auto;
    float: right;
    clear: right;
    font-family: 'Josefin Sans', sans-serif;
}
}
@media only screen and (min-width:1201px) {
	nav{
    width: auto;
    float: right;
    margin-right: 0px;
    clear: right;
    margin-top: 7px;
    font-family: 'Josefin Sans', sans-serif;
}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　グローバルメニュー ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　グローバルメニュー ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　グローバルメニュー ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */




 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　スマホ用アコーディングメニュー ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　スマホ用アコーディングメニュー ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　スマホ用アコーディングメニュー ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #mdropmenu{
    font-size: 100%;
    width: 95%;
    max-width: 500px;
    list-style-type: none;
    border: 1px solid #585858;
    border-top: 0;
    margin-left: 10px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 30px;
    text-align: justify;
   }
     #mdropmenu a {
     text-decoration: none;
    }
    #mdropmenu i{
     font-size:220%;
	 cursor : pointer;
    }
    #mdropmenu li{
     border-top:1px solid #585858;
    }
    #mdropmenu li ul{
     display:none;
     list-style-type: none;
    }
    #mdropmenu table{
    width: 100%;
    min-height: 30px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5px;
    margin-bottom: -11px;
    margin-top: 2px;
    }
    .mlist-left{
    width: 80%;
    padding-top: 8px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;
    vertical-align: middle;
    }
    .mlist-right{
     vertical-align: middle;
     text-align: center;
     padding: 5px;
    }
    .mlist-full{
    width: 100%;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    }
    .mleft-second , .mright-second{
    }
    .mleft-third , .mright-third{
     background-color: #D8D8D8;
    }
    .mleft-second{
    padding-left: 10px;
    }
    .mleft-third{
     padding-left: 15px;
    }

 /* ＝＝＝＝＝＝＝＝　スマホ用アコーディングメニューのホバーアニメ ここから　＝＝＝＝＝＝＝＝ */
.mp_button {
    width: 98%;
    display: inline-block;
    height: auto;
    text-align: left;
    text-decoration: none;
    outline: none;
    color: #333;
    overflow: hidden;
    font-size: 100%;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0px;
    line-height: 25px;
    padding-bottom: 0px;
}

.mp_button::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #333;
    transform: scale(0, 1);
}
.mp_button:hover {
  animation: hover .6s forwards;
}
.mp_button:hover::before {
  animation: hover-in .3s forwards alternate, hover-out .3s .3s forwards alternate;
}
@keyframes hover {
  0%, 80% {
    color: #333;
  }
  50% {
    color: #fff;
  }
}
@keyframes hover-in {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@keyframes hover-out {
  0% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
 /* ＝＝＝＝＝＝＝＝　スマホ用アコーディングメニューのホバーアニメ ここまで　＝＝＝＝＝＝＝＝ */

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　スマホ用アコーディングメニュー ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　スマホ用アコーディングメニュー ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　スマホ用アコーディングメニュー ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　スマホ用ボタンここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　スマホ用ボタンここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　スマホ用ボタンここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　スマホ用ナビ　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* drawer menu */
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    padding-top: 70px;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 120px;
    background: #FFFFFF;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
    text-align: center;
    overflow-y: scroll;/*スクロールバーの設置*/
    z-index: 4;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　スマホ用ナビのスクロールバー　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.drawer-menu{overflow-y:scroll;}
.drawer-menu::-webkit-scrollbar{width:8px;}/*バーの太さ*/
.drawer-menu::-webkit-scrollbar-track{background:#dddddd;}/*スクロールバーの背景色*/
.drawer-menu::-webkit-scrollbar-thumb{background:#888;}/*スクロールバーのつまみの色*/

a{
    position: relative;
    display: inline-block;
    left: 0px;
}

/* checkbox */
.check {
    display: none;
}

/* ハンバーガーボタン - label tag */
@media only screen and (max-width:651px) {
.menu-btn {
    position: fixed;
    display: block;
    top: 20px;
    width: 40px;
    height: 40px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 4;
    min-width: 0px;
    background-color: #FFFFFF;
    right: 50px;
    margin-right: -30px;
    margin-top: -5px;
}
}

@media only screen and (min-width:651px) and (max-width:1200px){
.menu-btn {
    display: none;
}
}

@media only screen and (min-width:1201px) {
.menu-btn {
    display: none;
}
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 2px;
    background: #D90000;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.bar.middle {
    top: 15px;
    opacity: 1;
}

.bar.bottom {
    top: 30px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.close-menu {
	position: fixed;
	top: 0;
	right: 165px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0.2s;
	visibility: hidden;
	opacity: 5;
	z-index: 3;
}

/* checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 3;
	float: left;
}

.check:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

.check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
    width: 56px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
    width: 56px;
    top: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0,0,0,.5);
    visibility: visible;
    opacity: 1;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　スマホ用ボタンここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　スマホ用ボタンここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　スマホ用ボタンここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */






 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッターエリアここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッターエリアここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッターエリアここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



.footer {
    width: 100%;
    height: auto;
    float: left;
    background-color: #999999;
    font-family: 'Josefin Sans', sans-serif;
    border-top: 1px solid #555555;
    color: #FEFEFE;
}



@media only screen and (max-width:420px) {
.footer_in {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
}
.footer_r {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: left;
    text-align: left;
    margin-top: 40px;
}
.footer_r_in {
    width: 100%;
}
.footer_rr {
    width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 10px;
    clear: right;
    float: right;
}
.ad01 {
    font-size: 105%;
    color: #FEFEFE;
    margin-bottom: 5px;
    float: left;
    clear: left;
    text-align: right;
}
.ad02 {
    font-size: 131%;
    color: #FEFEFE;
    margin-bottom: 5px;
    float: left;
    clear: left;
}

.tel01 {
    font-size: 105%;
    color: #FEFEFE;
    float: left;
    clear: left;
    margin-bottom: 0px;
}
.tel02 {
    font-size: 185%;
    color: #FEFEFE;
    float: left;
    clear: left;
    text-align: left;
    width: 100%;
}
.footer_ls{
    display: none;
}
.footer_l {
    display: none;
}
.footer_s {
    display: none;
}
.footer_ss {
    display: none;
}
.submenu_title {
    float: left;
    text-align: center;
    font-size: 100%;
    color: #FEFEFE;
    clear: left;
    line-height: 28px;
    padding-top: 2px;
    font-weight: bold;
}
.submenu_title a {
    color: #555555;
}
 .submenu	{
    font-size: 100%;
    line-height: 28px;
    float: left;
    text-align: left;
    width: auto;
}
.footer_logo {
	width: 186px;
	float: right;
	margin-top: 110px;
} 
.footer_logo_t {
    width: 300px;
    text-align: right;
    float: left;
    clear: left;
    margin-top: 20px;
} 
.sub {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 5px;
    clear: left;
}
.submenu_home	{
    display: none;
}
}


@media only screen and (min-width:420px)  and (max-width:651px){
.footer_in {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: 8%;
}
.footer_r {
    width: 350px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: left;
    text-align: left;
    margin-top: 40px;
}
.footer_r_in {
    width: 100%;
}
.footer_rr {
    width: 290px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 10px;
    clear: right;
    float: right;
}
.ad01 {
    font-size: 110%;
    color: #FEFEFE;
    margin-bottom: 5px;
    float: left;
    clear: left;
}
.ad02 {
    font-size: 136%;
    color: #FEFEFE;
    margin-bottom: 5px;
    float: left;
    clear: left;
}

.tel01 {
    font-size: 105%;
    color: #FEFEFE;
    float: left;
    clear: left;
    margin-bottom: 0px;
}
.tel02 {
    font-size: 200%;
    color: #FEFEFE;
    float: left;
    clear: left;
    text-align: left;
    width: auto;
}
.footer_ls{
    display: none;
}
.footer_l {
    display: none;
}
.footer_s {
    display: none;
}
.footer_ss {
    display: none;
}
.submenu_title {
    float: left;
    text-align: center;
    font-size: 100%;
    color: #FEFEFE;
    clear: left;
    line-height: 28px;
    padding-top: 2px;
    font-weight: bold;
}
.submenu_title a {
    color: #555555;
}
 .submenu	{
    font-size: 100%;
    line-height: 28px;
    float: left;
    text-align: left;
    width: auto;
}
.footer_logo {
	width: 186px;
	float: right;
	margin-top: 110px;
} 
.footer_logo_t {
    width: 300px;
    text-align: right;
    float: left;
    clear: left;
    margin-top: 20px;
} 
.sub {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 5px;
    clear: left;
}
.submenu_home	{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 110%;
    line-height: 40px;
    font-weight: bold;
    color: #FEFEFE;
    margin-top: 80px;
}
}

@media only screen and (min-width:650px)  and (max-width:851px){
.footer_in {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: 8%;
}
.footer_r {
    width: 350px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: left;
    text-align: left;
    margin-top: 40px;
}
.footer_r_in {
    width: 100%;
}
.footer_rr {
    width: 290px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 40px;
    clear: right;
    float: right;
}
.ad01 {
    font-size: 110%;
    color: #FEFEFE;
    margin-bottom: 5px;
    float: left;
    clear: left;
}
.ad02 {
    font-size: 124%;
    color: #FEFEFE;
    margin-bottom: 5px;
    float: left;
    clear: left;
}

.tel01 {
    font-size: 105%;
    color: #FEFEFE;
    float: left;
    clear: left;
    margin-bottom: 0px;
}
.tel02 {
    font-size: 180%;
    color: #FEFEFE;
    float: left;
    clear: left;
    text-align: left;
    width: auto;
}
.footer_ls{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.footer_l {
    width: 100%;
    height: auto;
    float: left;
}
.footer_s {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}
.footer_ss {
    width: 60%;
    height: auto;
    float: right;
    margin-top: -120px;
}
.submenu_title {
    float: left;
    text-align: center;
    font-size: 100%;
    color: #FEFEFE;
    clear: left;
    line-height: 28px;
    padding-top: 2px;
    font-weight: bold;
}
.submenu_title a {
    color: #555555;
}
 .submenu	{
    font-size: 100%;
    line-height: 28px;
    float: left;
    text-align: left;
    width: auto;
}
.footer_logo {
	width: 186px;
	float: right;
	margin-top: 110px;
} 
.footer_logo_t {
    width: 300px;
    text-align: right;
    float: left;
    clear: left;
    margin-top: 20px;
} 
.sub {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 5px;
    clear: left;
}
.submenu_home	{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 120%;
    line-height: 40px;
    font-weight: bold;
    color: #FEFEFE;
    margin-top: 80px;
}
}

 @media only screen and (min-width:850px)  and (max-width:1201px){
.footer_in {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: 8%;
}
.footer_r {
    width: 360px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: right;
    text-align: left;
    margin-top: 20px;
}
.footer_r_in {
    width: 100%;
}
.footer_rr {
    width: 290px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 20px;
    clear: right;
    float: right;
}
.ad01 {
    font-size: 110%;
    color: #FEFEFE;
    margin-bottom: 5px;
    float: left;
    clear: left;
}
.ad02 {
    font-size: 124%;
    color: #FEFEFE;
    margin-bottom: 5px;
    float: left;
    clear: left;
    text-align: center;
}
	 
.tel01 {
    font-size: 105%;
    color: #FEFEFE;
    margin-bottom: 5px;
    margin-top: 7px;
    float: left;
    clear: left;
}
.tel02 {
    font-size: 180%;
    color: #FEFEFE;
    margin-bottom: 8px;
    float: left;
    clear: left;
    text-align: left;
    width: auto;
}
.footer_ls{
    width: 40%;
    float: left;
    margin-top: 20px;
}
.footer_l {
    width: 100%;
    height: auto;
    float: left;
    margin-right: 40px;
    border-right: 1px dotted #CCCCCC;
    padding-right: 10px;
}
.footer_s {
    width: 54%;
    height: auto;
    float: right;
    margin-left: 40px;
    margin-top: 20px;
}
.footer_ss {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
}
.submenu_title {
    float: left;
    text-align: center;
    font-size: 100%;
    color: #FEFEFE;
    clear: left;
    line-height: 28px;
    padding-top: 2px;
    font-weight: bold;
}
.submenu_title a {
    color: #555555;
}
 .submenu	{
    font-size: 100%;
    line-height: 28px;
    float: left;
    text-align: left;
    width: auto;
}
.footer_logo {
	width: 186px;
	float: right;
	margin-top: 110px;
} 
.footer_logo_t {
    width: 300px;
    text-align: right;
    float: left;
    clear: left;
    margin-top: 20px;
} 
.sub {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 5px;
}
.submenu_home	{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 120%;
    line-height: 40px;
    font-weight: bold;
    color: #FEFEFE;
    margin-top: 80px;
}
}

 @media only screen and (min-width:1201px) {
.footer_in {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: 8%;
}
.footer_r {
    width: 360px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: right;
    text-align: left;
    margin-top: 20px;
    color: #FEFEFE;
}
.footer_r_in {
    width: 100%;
}
.footer_rr {
    width: 290px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 60px;
    float: right;
    clear: right;
}
.ad01 {
    font-size: 110%;
    color: #FEFEFE;
    margin-bottom: 5px;
    float: left;
    clear: left;
}
.ad02  {
    font-size: 156%;
    color: #FEFEFE !important;
    margin-bottom: 5px;
    float: left;
    clear: left;
    text-align: justify;
}
	 
.tel01 {
    font-size: 105%;
    color: #FEFEFE;
    margin-bottom: 5px;
    margin-top: 7px;
    float: left;
    clear: left;
}
.tel02 {
    font-size: 200%;
    color: #FEFEFE;
    margin-bottom: 8px;
    float: left;
    clear: left;
    text-align: left;
    width: auto;
}
.footer_ls{
    width: 32%;
    float: left;
    margin-top: 20px;
}
.footer_l {
    width: 100%;
    height: auto;
    float: left;
    margin-right: 40px;
    border-right: 1px dotted #CCCCCC;
    padding-right: 10px;
}
.footer_s {
    width: 25%;
    height: auto;
    float: left;
    margin-left: 40px;
    margin-top: 20px;
}
.footer_ss {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
}
.submenu_title {
    float: left;
    text-align: center;
    font-size: 100%;
    color: #EEEEEE;
    clear: left;
    line-height: 28px;
    padding-top: 5px;
    font-weight: bold;
}
.submenu_title a {
    color: #555555;
}
 .submenu	{
    font-size: 100%;
    line-height: 28px;
    float: left;
    text-align: left;
    width: auto;
}
.footer_logo {
	width: 186px;
	float: right;
	margin-top: 110px;
} 
.footer_logo_t {
    width: 300px;
    text-align: right;
    float: left;
    clear: left;
    margin-top: 20px;
} 
.sub {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 5px;
}
.submenu_home	{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 120%;
    line-height: 40px;
    font-weight: bold;
    color: #FEFEFE;
    margin-top: 80px;
}
}

.ad02 a {
    color: #FEFEFE;
}
.ad02 a:hover {
    color: #D90000;
}

.sub a {
	color: #FEFEFE;
	padding-right: 6px;
	margin-right: 3px;
	text-decoration: none;
}

 .submenu_home a	{
    color: #FEFEFE;
    font-size: 120%;
}
 .submenu_home a:hover	{
    color: #D90000;
    font-size: 120%;
}

 .submenu a	{
	color: #FEFEFE;
	border-right: solid 1px #CCCCCC;
	padding-right: 6px;
	margin-right: 3px;
	text-decoration: none;
}


.submenu ul	{
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.submenu li	{
	display: inline;
	list-style-type: none;
}


.submenu a:hover {
	color: #D90000;
	text-decoration: none;
}

.submenu_title a:hover {
	color: #D90000;
	text-decoration: none;
}

.submenu li:last-child a	{
	border: none;
}

.submenu li + li + li + li + li + li + li + li + li + li + li a	{
	border: none;
}

#f_logo01{
    width: 240px;
    height: auto;
    text-align: left;
    font-size: 105%;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    line-height: 28px;
    color: #FEFEFE ;
    letter-spacing: 0.15em;
    clear: right;
    float: right;
}
#f_logo01 a{
    color: #FEFEFE ;
}
#f_logo01 hover{
    color: #FEFEFE ;
}
#f_logo02{
    width: 240px;
    height: auto;
    text-align: left;
    font-size: 200%;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    color: #FEFEFE ;
    letter-spacing: 0.05em;
    margin-top: -4px;
    float: right;
    clear: right;
}
#f_logo02 a{
    color: #FEFEFE ;
}
#f_logo02 hover{
    color: #FEFEFE ;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッターコピーライト　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



@media only screen and (max-width:650px) {
#copyright{
    width: 90%;
    text-align: center;
    background-color: #999999;
    float: left;
    font-family: 'Josefin Sans', sans-serif;
    padding-bottom: 30px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 30px;
}
.copy_text{
    color: #FEFEFE;
    font-size: 90%;
    width: auto;
    line-height: 30px;
    text-align: right;
}
}


@media only screen and (min-width:651px) {
#copyright{
    width: 80%;
    text-align: right;
    background-color: #999999;
    float: left;
    font-family: 'Josefin Sans', sans-serif;
    padding-bottom: 70px;
    margin-left: 10%;
    margin-right: 10%;
}
.copy_text{
    color: #FEFEFE;
    font-size: 100%;
    width: auto;
    line-height: 30px;
    text-align: right;
}
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッターエリアここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッターエリアここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッターエリアここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　矢印 関連リンク ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　矢印 関連リンク ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　矢印 関連リンク ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*矢印が右に移動する*/
.btnarrow01{
    /*矢印と下線の基点とするためrelativeを指定*/
    position: relative;
    /*形状*/
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 10px;
    padding-bottom: 0;
    color: #FFFFFF !important;
    text-decoration: none;
    outline: none;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 80px;
    float: right;
    margin-right: 45px;
}
.btnarrow01:hover{
    color: #D90000 !important;
}
/*矢印と下線の形状*/
.btnarrow01::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
	position: absolute;
    bottom:-8px;
    left:15%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
	background:#FFFFFF;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow01::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    bottom:-3px;
    right:0;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
	background:#FFFFFF;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow01:hover::before{
    left:25%;
}

.btnarrow01:hover::after{
    right:-10%;
}



/*矢印が右に移動する*/
.btnarrow02{
    /*矢印と下線の基点とするためrelativeを指定*/
    position: relative;
    /*形状*/
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 0px;
    padding-bottom: 0;
    color: #555555 !important;
    text-decoration: none;
    outline: none;
    margin-top: 10px;
    margin-bottom: 50px;
    float: right;
    margin-right: 45px;
}
.btnarrow02:hover{
    color: #D90000 !important;
}
/*矢印と下線の形状*/
.btnarrow02::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
	position: absolute;
    bottom:-8px;
    left:15%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
	background:#D90000;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow02::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    bottom:-3px;
    right:0;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
	background:#D90000;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow02:hover::before{
    left:25%;
}

.btnarrow02:hover::after{
    right:-10%;
}


/*矢印が右に移動する*/
.btnarrow03{
    /*矢印と下線の基点とするためrelativeを指定*/
    position: relative;
    /*形状*/
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 10px;
    padding-bottom: 0;
    color: #555555 !important;
    text-decoration: none;
    outline: none;
    margin-bottom: 50px;
    margin-right: 45px;
    margin-top: 20px;
    clear: left;
    margin-left: -10px;
}
.btnarrow03:hover{
    color: #D90000 !important;
}
/*矢印と下線の形状*/
.btnarrow03::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
	position: absolute;
    bottom:-8px;
    left:15%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
	background:#D90000;
    /*アニメーションの指定*/
    transition: all .3s;
}
.btnarrow03::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    bottom:-3px;
    right:0;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
	background:#D90000;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}
/*hoverした際の移動*/
.btnarrow03:hover::before{
    left:25%;
}
.btnarrow03:hover::after{
    right:-10%;
}


/*矢印が右に移動する*/
.btnarrow04{
    /*矢印と下線の基点とするためrelativeを指定*/
    position: relative;
    /*形状*/
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 10px;
    padding-bottom: 0;
    color: #555555 !important;
    text-decoration: none;
    outline: none;
    margin-bottom: 50px;
    margin-right: 45px;
    margin-top: 0px;
    clear: left;
    margin-left: -10px;
}
.btnarrow04:hover{
    color: #D90000 !important;
}
/*矢印と下線の形状*/
.btnarrow04::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
	position: absolute;
    bottom:-8px;
    left:15%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
	background:#D90000;
    /*アニメーションの指定*/
    transition: all .3s;
}
.btnarrow04::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    bottom:-3px;
    right:0;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
	background:#D90000;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}
/*hoverした際の移動*/
.btnarrow04:hover::before{
    left:25%;
}
.btnarrow04:hover::after{
    right:-10%;
}


/*矢印が右に移動する*/
.btnarrow05{
    /*矢印と下線の基点とするためrelativeを指定*/
    position: relative;
    /*形状*/
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 0px;
    padding-bottom: 0;
    color: #555555 !important;
    text-decoration: none;
    outline: none;
    margin-top: -10px;
    margin-bottom: 40px;
    float: right;
    margin-right: 45px;
}
.btnarrow05:hover{
    color: #D90000 !important;
}
/*矢印と下線の形状*/
.btnarrow05::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
	position: absolute;
    bottom:-8px;
    left:15%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
	background:#D90000;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow05::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    bottom:-3px;
    right:0;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
	background:#D90000;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow05:hover::before{
    left:25%;
}

.btnarrow05:hover::after{
    right:-10%;
}
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　矢印 関連リンク ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　矢印 関連リンク ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　矢印 関連リンク ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッターの十字架 ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッターの十字架 ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッターの十字架 ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.cross {
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;                 /* デフォルトCSS打ち消し */
    position: relative;        /* 位置調整 */
    font-weight: normal;       /* 文字の太さ調整 */
    font-size: 115%;            /* 文字サイズ指定 */
    color: #EEEEEE;               /* 文字色指定 */
    padding-top: 20px;
    padding-right: 0;       /* 周りの余白指定 */
    text-align: left;
    width: 50px;
    float: left;
    clear: left;
    padding-bottom: 20px;
}

 
.cross:before {
    content: '';                /* 空の要素を作る */
    height: 110%;               /* 高さ指定 */
    width: 3px;                 /* 幅指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left: 14px;                 /* 位置調整 */
    top: -3px;                  /* 位置調整 */
    margin:  auto;              /* 位置調整 */
    background-color:  #EEEEEE;    /* 背景色指定 */
    transform: rotate(0deg);    /* 回転 */
}
.cross:after {
    content: '';                /* 空の要素を作る */
    height: 88%;               /* 高さ指定 */
    width: 3px;                 /* 幅指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left: 14px;                 /* 位置調整 */
    top: -6px;                  /* 位置調整 */
    margin:  auto;              /* 位置調整 */
    background-color:  #EEEEEE;    /* 背景色指定 */
    transform: rotate(-90deg);  /* 回転 */
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッターの十字架 ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッターの十字架 ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッターの十字架 ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
