@charset "utf-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダーボタン　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media only screen and (max-width:420px) {
.header_bt {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
    float: left;
    padding-top: 100px;
}
.bt_medical_p {
    font-size: 100%;
    width: 75%;
    margin-top: 5px;
    text-align: center;
    color: #ffffff !important;
    padding-top: 3px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 3px;
    background-color: #44C0DF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
    font-family: "M PLUS Rounded 1c";
    margin-left: auto;
    margin-right: 0px;
    letter-spacing: 0.15em;
    float: right;
    border-radius: 20px;
}
/* マウスオーバー時 */
.bt_medical_p:hover {
    background-color: #cacaca;
    color: #000000 !important;
    cursor: pointer;
    text-align: center;
}
.bt_umin {
    font-size: 100%;
    width: 75%;
    margin-top: 18px;
    text-align: center;
    color: #ffffff !important;
    padding-top: 3px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 3px;
    background-color: #44C0DF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
    font-family: "M PLUS Rounded 1c";
    margin-left: auto;
    letter-spacing: 0.15em;
    float: right;
    border-radius: 20px;
}
/* マウスオーバー時 */
.bt_umin:hover {
    background-color: #cacaca;
    color: #000000 !important;
    cursor: pointer;
    text-align: center;
}
}
	
@media only screen and (min-width:420px) and (max-width:650px){
.header_bt {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
    float: left;
    padding-top: 110px;
}
.bt_medical_p {
    font-size: 100%;
    width: 61%;
    margin-top: 5px;
    text-align: center;
    color: #ffffff !important;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 4px;
    background-color: #44C0DF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
    font-family: "M PLUS Rounded 1c";
    margin-left: auto;
    margin-right: 0px;
    letter-spacing: 0.15em;
    float: right;
    border-radius: 20px;
}
/* マウスオーバー時 */
.bt_medical_p:hover {
    background-color: #cacaca;
    color: #000000 !important;
    cursor: pointer;
    text-align: center;
}
.bt_umin {
    font-size: 100%;
    width: 61%;
    margin-top: 18px;
    text-align: center;
    color: #ffffff !important;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 4px;
    background-color: #44C0DF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
    font-family: "M PLUS Rounded 1c";
    margin-left: auto;
    letter-spacing: 0.15em;
    float: right;
    border-radius: 20px;
}
/* マウスオーバー時 */
.bt_umin:hover {
    background-color: #cacaca;
    color: #000000 !important;
    cursor: pointer;
    z-index: 2;
    text-align: center;
}
}
	
@media only screen and (min-width:651px) and (max-width:850px){
.header_bt {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
    float: left;
    padding-top: 150px;
}
.bt_medical_p {
    font-size: 100%;
    width: 41%;
    margin-top: 0px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 6px 15px;
    background-color: #44C0DF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
    font-family: "M PLUS Rounded 1c";
    margin-left: auto;
    margin-right: 10px;
    letter-spacing: 0.15em;
    float: right;
    border-radius: 20px;
}
/* マウスオーバー時 */
.bt_medical_p:hover {

    background-color: #cacaca;
    color: #000000 !important;
    cursor: pointer;
    text-align: center;
}
.bt_umin {
    font-size: 100%;
    width: 41%;
    margin-top: 0px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 6px 15px;
    background-color: #44C0DF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
    font-family: "M PLUS Rounded 1c";
    margin-left: auto;
    letter-spacing: 0.15em;
    float: right;
    border-radius: 20px;
}
/* マウスオーバー時 */
.bt_umin:hover {
    background-color: #cacaca;
    color: #000000 !important;
    cursor: pointer;
    text-align: center;
}
}

@media only screen and (min-width:851px) and (max-width:1200px){
.header_bt {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
    float: left;
    padding-top: 150px;
}
.bt_medical_p {
    font-size: 100%;
    width: 32%;
    margin-top: 10px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 6px 15px;
    background-color: #44C0DF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
    font-family: "M PLUS Rounded 1c";
    margin-left: auto;
    margin-right: 10px;
    letter-spacing: 0.15em;
    float: right;
    border-radius: 20px;
}
/* マウスオーバー時 */
.bt_medical_p:hover {
    background-color: #cacaca;
    color: #000000 !important;
    cursor: pointer;
    text-align: center;
}
.bt_umin {
    font-size: 100%;
    width: 32%;
    margin-top: 10px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 6px 15px;
    background-color: #44C0DF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
    font-family: "M PLUS Rounded 1c";
    margin-left: auto;
    letter-spacing: 0.15em;
    float: right;
    border-radius: 20px;
}
/* マウスオーバー時 */
.bt_umin:hover {
    background-color: #cacaca;
    color: #000000 !important;
    cursor: pointer;
    text-align: center;
}
}

@media only screen and (min-width:1201px) and (max-width:1500px){
.header_bt {
    width: 80%;
    height: auto;
    float: left;
    margin-top: 120px;
    margin-left: 10%;
    margin-right: 10%;
}
.bt_medical_p {
    font-size: 100%;
    width: 25%;
    margin-top: 30px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 6px 15px;
    background-color: #44C0DF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
    font-family: "M PLUS Rounded 1c";
    margin-left: auto;
    margin-right: 10px;
    letter-spacing: 0.15em;
    float: right;
    border-radius: 20px;
}
/* マウスオーバー時 */
.bt_medical_p:hover {
    background-color: #cacaca;
    color: #000000 !important;
    cursor: pointer;
    text-align: center;
}
.bt_umin {
    font-size: 100%;
    width: 25%;
    margin-top: 30px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 6px 15px;
    background-color: #44C0DF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
    font-family: "M PLUS Rounded 1c";
    margin-left: auto;
    letter-spacing: 0.15em;
    float: right;
    border-radius: 20px;
}
/* マウスオーバー時 */
.bt_umin:hover {
    background-color: #cacaca;
    color: #000000 !important;
    cursor: pointer;
    text-align: center;
}
}

@media only screen and (min-width:1501px) {
.header_bt {
    width: 80%;
    height: auto;
    float: left;
    margin-top: 120px;
    margin-left: 10%;
    margin-right: 10%;
}
.bt_medical_p {
    font-size: 100%;
    width: 20%;
    margin-top: 30px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 6px 15px;
    background-color: #44C0DF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
    font-family: "M PLUS Rounded 1c";
    margin-left: auto;
    margin-right: 10px;
    letter-spacing: 0.15em;
    float: right;
    border-radius: 20px;
}
/* マウスオーバー時 */
.bt_medical_p:hover {
    background-color: #cacaca;
    color: #000000 !important;
    cursor: pointer;
}
.bt_umin {
    font-size: 100%;
    width: 20%;
    margin-top: 30px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 6px 15px;
    background-color: #44C0DF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
    font-family: "M PLUS Rounded 1c";
    margin-left: auto;
    letter-spacing: 0.15em;
    float: right;
    border-radius: 20px;
}
/* マウスオーバー時 */
.bt_umin:hover {
    background-color: #cacaca;
    color: #000000 !important;
    cursor: pointer;
    text-align: center;
}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダーボタン　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝ */






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

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

@media only screen and (min-width:951px)  and (max-width:1200px){
#gnav > ul {
    display: table;
    padding-left: 0px;
    color: #FFFFFF;
    font-size: 105%;
}
#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: #555555;
    text-align: right;
    margin-left: 20px;
    margin-top: -15px;
    float: right;
}
}	
	
@media only screen and (min-width:1201px)  and (max-width:1500px){
#gnav > ul {
    display: table;
    padding-left: 0px;
    color: #FFFFFF;
    font-size: 110%;
}
#gnav > ul > li > a { /* ＝＝　メニューの文字　＝＝ */
    display: block;
    padding-right: 10px;
    padding-bottom: 10px;
    transition: all .4s ease-in;
    text-decoration: none;
    color: #555555;
    text-align: right;
    padding-left: 0px;
    margin-left: 3px;
    margin-top: -15px;
    float: right;
}
}

@media only screen and (min-width:1501px) {
#gnav > ul {
    display: table;
    padding-left: 0px;
    color: #FFFFFF;
    font-size: 110%;
}
#gnav > ul > li > a { /* ＝＝　メニューの文字　＝＝ */
    display: block;
    padding-right: 10px;
    padding-bottom: 10px;
    transition: all .4s ease-in;
    text-decoration: none;
    color: #555555;
    text-align: right;
    padding-left: 25px;
    margin-left: 10px;
    margin-top: -15px;
    float: right;

}
}

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

#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: #FFFFFF;
    float: left;
	text-decoration: none;
    }
#gnav > ul .menu a:hover {
      color: #F50D79;
	text-decoration: none;
    }
#gnav > ul .menu a li:hover {
      color: #F50D79;
	text-decoration: none;
    }


@media only screen and (max-width:851px) {
	nav{
    margin-bottom: 0px;
    width: 100%;
    float: left;
    height: 0px;
    font-weight: bold;
}
}
@media only screen and (min-width:851px) and (max-width:1200px){
	nav{
    width: auto;
    float: right;
    clear: right;
    font-weight: bold;
    margin-top: 30px;
    font-size: 95%;
}
}
@media only screen and (min-width:1201px) and (max-width:1500px){
	nav{
    width: auto;
    float: right;
    margin-right: 0px;
    clear: right;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 55px;
}
}
@media only screen and (min-width:1501px) {
	nav{
    width: auto;
    float: right;
    margin-right: 0px;
    clear: right;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 45px;
}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　グローバルメニュー ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　グローバルメニュー ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　グローバルメニュー ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */






/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ハンバーガーメニュー　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ハンバーガーメニュー　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ハンバーガーメニュー　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/*========= ナビゲーションのためのCSS ===============*/

 @media only screen and (max-width:950px) {
#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: 3;
    opacity: 0;
    width: 0%;
    height: 100vh;/*ナビの高さ*/
    background: #FF5093;
    /*動き*/
    transition: all 0.3s;
    font-weight: normal;
    text-align: center;
    float: left;
    clear: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}


#g-nav-list{
    width: 90%;
    text-align: center;
    float: left;
    clear: left;
    position: absolute;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    z-index: -10
}
}

 @media only screen and (min-width:951px) {
#g-nav{
    display: none;
}


#g-nav-list{
    display: none;
}
}



/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
	z-index:999;
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
}

.navibt a{
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 11px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 11px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    transition: all 0.8s;
    width: 100%;
    text-align: center;
    float: left;
    clear: left;
}

.navibt :hover{
    color: #000000;
    text-align: center;
    float: left;
    clear: left;
}


/*========= ボタンのためのCSS ===============*/

@media only screen and (max-width:950px) {
.openbtn{
    position: fixed;
    z-index: 1000;/*ボタンを最前面に*/
    top: 10px;
    right: -5px;
    cursor: pointer;
    width: 80px;
    height: 120px;
}
}

@media only screen and (min-width:950px) {
.openbtn{
    position: fixed;
    z-index: 0;/*ボタンを最前面に*/
    top: 10px;
    right: 0px;
    cursor: pointer;
    width: 120px;
    height: 120px;
    float: right;
    margin-right: -15px;
    display: none;
}
}


/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:20px;	
}

.openbtn span:nth-of-type(2) {
	top:36px;
}

.openbtn span:nth-of-type(3) {
	top:51px;
}

.openbtn.active span:nth-of-type(1) {
    top: 31px;
    left: 27px;
    transform: translateY(6px) rotate(-45deg);
    width: 42%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 43px;
    left: 27px;
    transform: translateY(-6px) rotate(45deg);
    width: 41%;
}

	


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ハンバーガーメニュー　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ハンバーガーメニュー　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ハンバーガーメニュー　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */




/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　詳細はこちらボタン　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　詳細はこちらボタン　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　詳細はこちらボタン　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*矢印が右に移動する*/
.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: #F00000 !important;
}
/*矢印と下線の形状*/
.btnarrow02::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
	position: absolute;
    bottom:-8px;
    left:15%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
	background:#F00000;
    /*アニメーションの指定*/
    transition: all .3s;
}

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

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

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

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　詳細はこちらボタン　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　詳細はこちらボタン　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　詳細はこちらボタン　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */










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

.footer_b {
    width: 100%;
    height: 8px;
    float: left;
    background-color: #333333;
}

.footer_bb {
    width: 100%;
    height: 8px;
    float: left;
    background-color: #000000;
    margin-top: 100px;
}
.footer {
    width: 100%;
    height: auto;
    float: left;
    background-color: #EEEEEE;
    font-family: 'Josefin Sans', sans-serif;
    padding-bottom: 15px;
}



@media only screen and (max-width:420px) {
.footer_in {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    float: left;
}
	
.footer_l {
    width: 100%;
    height: auto;
    float: left;
} 
.sub {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 5px;
}
.subsub {
    width: 100%;
    height: auto;
    float: left;
    font-size: 80%;
} 
.submenu_home	{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 130%;
    margin-top: 60px;
    line-height: 30px;
    border-bottom: 1px solid #999999;
    clear: left;
    font-weight: bold;
    margin-bottom: 20px;
}
}	


@media only screen and (min-width:420px)  and (max-width:651px){
.footer_in {
    width: 90%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}
.footer_l {
    width: 100%;
    height: auto;
    float: left;
} 
.sub {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 5px;
}
.subsub {
    width: 100%;
    height: auto;
    float: left;
    font-size: 80%;
} 
.submenu_home	{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 130%;
    margin-top: 60px;
    line-height: 40px;
    border-bottom: 1px solid #999999;
    margin-bottom: 20px;
    font-weight: bold;
}
}

@media only screen and (min-width:650px)  and (max-width:851px){
.footer_in {
    width: 90%;
    height: 280px;
    margin-left: 5%;
    margin-right: 5%;
}
.footer_l {
    width: 100%;
    height: auto;
    float: left;
} 
.sub {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 5px;
}
.subsub {
    width: 100%;
    height: auto;
    float: left;
    font-size: 80%;
} 
.submenu_home	{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 130%;
    margin-top: 60px;
    line-height: 40px;
    border-bottom: 1px solid #999999;
    clear: left;
    font-weight: bold;
    margin-bottom: 20px;
}
}	

 @media only screen and (min-width:850px)  and (max-width:1201px){
.footer_in {
    width: 80%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}
.footer_l {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0px;
}

.sub {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 5px;
}
.subsub {
    width: 100%;
    height: auto;
    float: left;
    font-size: 80%;
} 
.submenu_home	{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 130%;
    margin-top: 60px;
    line-height: 40px;
    border-bottom: 1px solid #555555;
    margin-bottom: 20px;
    font-weight: bold;
}
}



 @media only screen and (min-width:1201px) {
.footer_in {
    width: 80%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}
.footer_l {
    width: 57%;
    height: auto;
    float: left;
    margin-top: 0px;
    margin-bottom: 40px;
}

.sub {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 5px;
}
.subsub {
    width: 100%;
    height: auto;
    float: left;
    font-size: 80%;
} 
.submenu_home	{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 130%;
    margin-top: 60px;
    line-height: 40px;
    border-bottom: 1px solid #555555;
    margin-bottom: 20px;
    font-weight: bold;
}
}


	 

 .submenu_home a	{
	color: #555555;
}
 .submenu a	{
	color: #555555;
	border-right: solid 1px #555555;
	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: #F50D79;
	text-decoration: none;
}

.submenu_home a:hover {
    color: #F50D79;
    text-decoration: none;
    width: auto;
    height: auto;
}




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

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

@media only screen and (max-width:420px) {
.ad02  {
    font-size: 113%;
    color: #555555 !important;
    margin-bottom: 20px;
    float: left;
    clear: left;
    text-align: left;
    font-weight: normal;
} 
.tel01 {
    font-size: 100%;
    color: #555555;
    margin-bottom: 8px;
    float: left;
    clear: left;
    text-align: left;
    width: auto;
}  
.footer_logo {
    width: 91%;
    text-align: right;
    float: left;
    height: auto;
} 
.footer_logo img {
    width: 100%;
    height: auto;
}
}

 @media only screen and (min-width:420px) {
.ad01 {
    font-size: 100%;
    color: #555555;
    margin-bottom: 5px;
    float: left;
    clear: left;
    letter-spacing: 0.03em;
}
.ad02  {
    font-size: 126%;
    color: #FEFEFE !important;
    margin-bottom: 20px;
    float: left;
    clear: left;
    text-align: left;
    font-weight: normal;
} 
.tel01 {
    font-size: 115%;
    color: #555555;
    margin-bottom: 8px;
    float: left;
    clear: left;
    text-align: left;
    width: auto;
}  
.footer_logo {
    width: 100%;
    text-align: right;
    float: right;
    height: auto;
} 
.footer_logo img {
    width: 100%;
    height: auto;
}
}


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



@media only screen and (max-width:420px) {
.footer_r {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 10px;
    color: #555555;
    margin-bottom: 40px;
    float: right;
}
.footer_r_in {
    width: 100%;
}
}

@media only screen and (min-width:420px)  and (max-width:650px){
.footer_r {
    width: 370px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: right;
    text-align: left;
    margin-top: 20px;
    color: #555555;
    margin-bottom: 40px;
}
.footer_r_in {
    width: 100%;
}
}

@media only screen and (min-width:650px)  and (max-width:850px){
.footer_r {
    width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: right;
    text-align: left;
    margin-top: 0px;
    color: #555555;
    margin-bottom: 40px;
}
.footer_r_in {
    width: 100%;
}
}

@media only screen and (min-width:850px)  and (max-width:1200px){
.footer_r {
    width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: right;
    text-align: left;
    color: #555555;
    margin-bottom: 40px;
}
.footer_r_in {
    width: 100%;
}
}

 @media only screen and (min-width:1200px) {
.footer_r {
    width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: right;
    text-align: left;
    margin-top: 110px;
    color: #555555;
}
.footer_r_in {
    width: 100%;
}
}




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

@media only screen and (max-width:420px) {
#copyright_in{
    width: 90%;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-right: auto;
    margin-left: auto;
}
.copy_text{
    color: #FFFFFF;
    font-size: 80%;
    width: 100%;
    line-height: 15px;
}
}

@media only screen and (min-width:420px)  and (max-width:650px){
#copyright_in{
    width: 90%;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-right: auto;
    margin-left: auto;
}
.copy_text{
    color: #FFFFFF;
    font-size: 80%;
    width: 100%;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
#copyright_in{
    width: 630px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-right: auto;
    margin-left: auto;
}
.copy_text{
    color: #FFFFFF;
    font-size: 80%;
    width: 100%;
}
}

@media only screen and (min-width:851px)  and (max-width:1200px){
#copyright_in{
    width: 830px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-right: auto;
    margin-left: auto;
}
.copy_text{
    color: #FFFFFF;
    font-size: 80%;
    width: 100%;
}
}

 @media only screen and (min-width:1200px) {
#copyright_in{
    width: 80%;
    text-align: center;
    padding-top: 6px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 3px;
}
.copy_text{
    color: #FFFFFF;
    font-size: 80%;
    width: 100%;
}
}

#copyright{
    width: 100%;
    text-align: center;
    background-color: #F76Fc0;
    font-family: 'Josefin Sans', sans-serif;
    float: left;
}


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



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

/*矢印が右に移動する*/
.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%;
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　矢印 関連リンク ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　矢印 関連リンク ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　矢印 関連リンク ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　パン楠リスト　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


.pan01	{
    width: 100%;
    text-align: right;
    font-size: 88%;
    margin-left: auto;
    margin-right: auto;
    float: left;
    margin-top: 12px;
}
