﻿@charset "utf-8";
/* ----------------  Reset Styles  ----------------- */
/*
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; } sup { font-size: 70%; } body { line-height: 1; } html,body { width: 100%; } img { height: auto; } article,aside,canvas,details,figcaption,figure, footer,header,hgroup,menu,nav,section,summary { display: block; } ul, ol { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; } a { background: transparent; border: 0; font-size: 100%; margin: 0; padding: 0; text-decoration: none; vertical-align: baseline; } :focus { outline: 0; } ins { background-color: #ff9; color: #000; text-decoration: none; } mark { background-color: #ff9; color: #000; font-weight: bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom: 1px dotted #000; cursor: help; } table { border-collapse: collapse; border-spacing: 0; } hr { border: 0; border-top: 1px solid #cccccc; display: block; height: 1px; margin: 1em 0; padding: 0; } input, select { vertical-align: middle; } * { -webkit-text-size-adjust: none; } body { font-family: 'Kosugi Maru', sans-serif; -webkit-text-size-adjust: 100%; } a,p { color: #666666; }
*/
/* --------------  //Reset Styles  ----------------- */


/*----------------------------------------
  common
----------------------------------------*/
body {
    min-width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    font-family:'Kosugi Maru', sans-serif;
}
/* iPhone 5/SE 320, Galaxy Fold 280 */
@media only screen and (max-width:320px){
body {
    min-width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    font-family:'Kosugi Maru', sans-serif;
  }
}


.inner {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.img100 {
    width: 100%;
    height: auto;
}
.img80 {
    width: 80%;
    height: auto;
}


p {
    font-size: 14px;
    line-height: 1.5;
}
/* iPhone 5/SE 320, Galaxy Fold 280 */
@media only screen and (max-width:320px){
p {
    font-size: 14px;
    line-height: 1.5;
    font-family:'Kosugi Maru', sans-serif;
  }
}



p.center { text-align: left; }
p.center_m { text-align: center; }
p.right { text-align: right; }

p.black { color: #333333; }


.msg_pc { display: none; }
.msg_sp { display: block; }



/*----------------------------------------
----------------------------------------*/
.is-fixed {
    display: none;
}


/*----------------------------------------
  header
----------------------------------------*/
.global_navi {
  display: none;
}

header {
    position: relative;
    margin: 15% auto 0px;
    text-align: center;
/*
    top: 0px;
*/
    z-index: 20;
}


.bx-wrapper img {
    height:auto;
    width: 100%;
}



div#header {
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px 0px 10px;
    position: fixed;
    top: 0;
    background-color: #ffffff ;
    z-index: 88888;
    height: 60px;
}
div#header .header_L {
    float: left;
    width: 80%;
    text-align: center;
}
div#header .header_R {
    float: right;
    width: 20%;
    text-align: right;
}

div#header .header_L  .header-logo {
    float: left;
    margin: 4px auto 0;
    width: 100%;
    text-align: left;
}
div#header .header_L .header-logo img.head_logo {
    width: 90%;
}


.net_icon {
    position: fixed;
    text-align: right;
    bottom: 65px;
    right: 10px;
    z-index: 2000;
}
.net_icon img {
    width: 80px;
    height: 80px;
}


.line_icon {
    position: fixed;
    text-align: right;
    top: 70px;
    right: 10px;
    z-index: 2000;
}
.line_icon img {
    width: 80px;
    height: 80px;
    margin-bottom: 3px;
}



/*----------------------------------------
    ドロワーメニュー
----------------------------------------*/
.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
/* ***
  background-color: rgba(0, 0, 0, 0.5);
*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
main {
  height: 100%;
  min-height: 100vh;
  padding: 0 0px;
  background-color: #eee;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.open {
/* **
  transform: translateX(-250px);
*/
  transform: translateX(0px);
}



.menu-trigger {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 6%;
    width: 30px;
    z-index: 100;
}
/* Galaxy Fold */
@media only screen and (max-width:280px){
.menu-trigger {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 6%;
    width: 30px;
    z-index: 100;
    }
}


.menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    transition: all .5s;
    background-color: #666666;
}
.menu-trigger.active span {
    background-color: #666666;
}
.menu-trigger span:nth-of-type(1) {
    top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
    transform: translateY(4px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
    top: 8px;
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
    top: 16px;

}
.menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
}
.menu-trigger p.txt {
    margin-top: 20px;
    color: #666666;
    font-size: 10px;
    text-align: center;
}



nav {
/*
  width: 90%;
  height: auto;
  padding-top: 47px;
  background-color: rgb(255, 255, 255, 0.7);
*/
  width: 100%;
  height: 100%;
  padding-top: 53px;
  background-color: rgb(255, 255, 255, 0.6);

  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(100%);
/*
  transform: translate(250px);
*/
  transition: all .5s;
}
nav.open {
  transform: translateZ(0);
}


.nav_menu {
    margin: 0 0px 200px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
}
.nav_menu a {
    display: block;
    padding: 7px 10px;
    color: #111111;

    line-height: 1.2;
    font-weight: normal;
}

/* *** */
.nav_menu a:hover {
    background-color: rgb(217, 217, 217, 0.6);
}
/* *** */


.nav_menu .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
/* ***
    background: #fff;
*/
    background-color: rgb(255, 255, 255, 0.3);
}
.nav_menu .child .menu {
/* ***
    background: #04879c;
*/
    background: #999999;
    color: #777777;
}
.nam_menu .child .menu:hover {
    background: #666666;
}
.nav_menu .child > li {
    padding: 0 0px;
}
.nav_menu .child > li:last-child {
    border-bottom: 0;
}

.switch .menu:after {
  position: absolute;
  top: 70%;
  right: 10px;
  margin-top: -1.4rem;
  content: '>';
    font-size: 14px;
  font-weight: bold;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}
.switch .menu.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.child01 {
}
.child01 a {
    background-color: rgb(255, 255, 255, 0.3);
    color: #111111;
}

.menu {
    display: block;
    position: relative;
    padding: 10px 10px;
}

.nav_menu .menu {
    background-color: rgb(255, 255, 255, 0.6);
    color: #111111;
    font-weight: normal;
}
.nav_menu .menu:hover {
/* ***
    background-color: rgb(254, 205, 3, 0.6);
*/
    background-color: rgb(191, 191, 191, 0.7);
    color: #777777;
    text-decoration: none;
    font-weight: normal;
}


/*--------------------------------------------------
 footer navigation 
--------------------------------------------------*/
/* foot-navi
---------------------------------------------------------------------------- */
.sp-navi-contact {
    display: inline;
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    letter-spacing: 0px;
    z-index: 3000;
    background: #666666;
    border-top: solid 1px #ffffff;
}

ul.sp-panel {
    width: 100%;
}

ul.sp-panel li {
    width: 19.7%;
/*
    width: 24.5%;

    width: 19.7%;
    height: 50px;
*/
    float: left;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.5px;
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 1.8;
    color: #ffffff;
}
ul.sp-panel li.sp_ln {
    border-right: solid 1px #ffffff;
}
ul.sp-panel li.sp_ln a {
    color: #ffffff;
    text-decoration: none;
}
ul.sp-panel li.sp_ln_e {
}
ul.sp-panel li.sp_ln_e a {
    color: #ffffff;
    text-decoration: none;
}

/* iPhone 5/SE 320, Galaxy Fold 280 */
/*
@media only screen and (max-width:280px){
ul.sp-panel li.sp_ln {
    padding-bottom: 5px;
    padding-top: 7px;
    border-right: solid 1px #ffffff;
}
ul.sp-panel li.sp_ln {
    line-height: 1.1;
  }
ul.sp-panel li.sp_ln_e {
    line-height: 1.1;
}
ul.sp-panel li span.panel_txt {
    font-size: 6px;
    letter-spacing: 0px;
  }
}
*/



/*----------------------------------------
    promise
----------------------------------------*/
p.box_msg {
    position: absolute;
    top: 85%;
    left: 0%;
    font-size: 24px;
    letter-spacing: 0.5px;
    z-index: 200;
    text-align: center;
    width: 100%;
    text-shadow: 0 0 15px #333333;
}


/* iPhone 5/SE 320 */
@media only screen and (max-width:320px){
p.box_msg {
    position: absolute;
    top: 85%;
    left: 0%;
    font-size: 20px;
    letter-spacing: 0.5px;
    z-index: 200;
    text-align: center;
    width: 100%;
  }
}

/* Galaxy Fold 280 */
@media only screen and (max-width:280px){
p.box_msg {
    position: absolute;
    top: 82%;
    left: 0%;
    font-size: 20px;
    letter-spacing: 0.5px;
    z-index: 200;
    text-align: center;
    width: 100%;
  }
}





/*----------------------------------------
    section
----------------------------------------*/
.section .inner {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px auto;
}


/*----------------------------------------
    title common
----------------------------------------*/
.top_title {
    text-align: center;
    font-size: 20px;
}
.top_title_L {
    text-align: center;
    font-size: 18px;
}



.top_title_line {
    margin: 0;             /* デフォルトCSS打ち消し */
    font-size: 20px;       /* 文字サイズ指定 */
    position: relative;    /* 位置調整 */
    font-weight: normal;   /* 文字の太さ調整 */
    display: inline-block; /* インラインブロックにする */
    background-color: #fff; /* 背景色指定 */
    margin-left: 20%;       /* 周りの余白指定 */
    padding: 0 10px;        /* 余白指定 */
    color: #e65313;
    text-align: center;
    font-weight: bold;
}
.top_title_line-wrap {
    position: relative;     /* 位置調整 */
    margin-bottom:15px;     /* 周りの余白指定 */
}
.top_title_line-wrap:before {
    content: '';           /* 空白の要素を作る */
    background-color: #e65313; /* 背景色指定 */
    display: block;        /* ブロック要素にする */
    position  absolute;    /* 位置調整 */
    left: 0;               /* 位置調整 */
    width: 100%;           /* 幅指定 */
    height: 2px;           /* 高さ指定 */
    top: 14px;                 /* 位置調整 */
    bottom: 0;             /* 位置調整 */
    margin: auto;          /* 位置調整 */
}


/* iPhone 5/SE 320 */
@media only screen and (max-width:320px){
.top_title {
    text-align: center;
    font-size: 18px;
  }
.top_title_L {
    text-align: left;
    font-size: 18px;
  }


.top_title_line {
    margin: 0;             /* デフォルトCSS打ち消し */
    font-size: 18px;       /* 文字サイズ指定 */
    position: relative;    /* 位置調整 */
    font-weight: normal;   /* 文字の太さ調整 */
    display: inline-block; /* インラインブロックにする */
    background-color: #fff; /* 背景色指定 */
    margin-left: 18%;       /* 周りの余白指定 */
    padding: 0 10px;        /* 余白指定 */
    color: #e65313;
    text-align: center;
    font-weight: bold;
  }
.top_title_line-wrap {
    position: relative;     /* 位置調整 */
    margin-bottom:15px;     /* 周りの余白指定 */
  }
.top_title_line-wrap:before {
    content: '';           /* 空白の要素を作る */
    background-color: #e65313; /* 背景色指定 */
    display: block;        /* ブロック要素にする */
    position: absolute;    /* 位置調整 */
    left: 0;               /* 位置調整 */
    width: 100%;           /* 幅指定 */
    height: 2px;           /* 高さ指定 */
    top: 14px;                 /* 位置調整 */
    bottom: 0;             /* 位置調整 */
    margin: auto;          /* 位置調整 */
  }
}

/* Galaxy Fold 280 */
@media only screen and (max-width:280px){
.top_title {
    text-align: center;
    font-size: 16px;
  }
.top_title_L {
    text-align: left;
    font-size: 16px;
  }


.top_title_line {
    margin: 0;             /* デフォルトCSS打ち消し */
    font-size: 16px;       /* 文字サイズ指定 */
    position: relative;    /* 位置調整 */
    font-weight: normal;   /* 文字の太さ調整 */
    display: inline-block; /* インラインブロックにする */
    background-color: #fff; /* 背景色指定 */
    margin-left: 19%;       /* 周りの余白指定 */
    padding: 0 10px;        /* 余白指定 */
    color: #e65313;
    text-align: center;
    font-weight: bold;
  }
.top_title_line-wrap {
    position: relative;     /* 位置調整 */
    margin-bottom: 15px;     /* 周りの余白指定 */
  }
.top_title_line-wrap:before {
    content: '';           /* 空白の要素を作る */
    background-color: #e65313; /* 背景色指定 */
    display: block;        /* ブロック要素にする */
    position: absolute;    /* 位置調整 */
    left: 0;               /* 位置調整 */
    width: 100%;           /* 幅指定 */
    height: 2px;           /* 高さ指定 */
    top: 14px;                 /* 位置調整 */
    bottom: 0;             /* 位置調整 */
    margin: auto;          /* 位置調整 */
  }
}



/*----------------------------------------
    slogan
----------------------------------------*/
#slogan {
    width: 100%;
    margin: 0px auto;
    padding: 30px 0px;
}
#slogan .sl_box {
    margin-left: 10px;
    margin-right: 10px;
}
#slogan .sl_box p {
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0px;
}
#slogan .sl_box p.sl_msg {
    padding-left: 0px;
}


/*----------------------------------------
    sec100
----------------------------------------*/
#sec100 {
    width: 100%;
    margin: 0px auto;
    background-color: #f6f6f6;
    padding: 70px 0;
}
.title_100 {
    text-align: left;
    font-size: 30px;
}
.img100_01 {
    width: 100%;
}

.blog_box {
    padding-top: 10px;
    margin: 0 0px;
}
.blog_area {
    margin-top: 30px;
    width: 97%;
    text-align: left;
    padding-bottom: 5px;
    padding-left: 10px;
/*
    border-bottom: dashed 1px #999999;
*/
    font-size: 16px;
    overflow-y: scroll;
    height: 250px;
}
.blog_date {
    margin-bottom: 5px;
    padding-left: 0px;
    padding-top: 5px;
/*
    border-bottom: dashed 1px #999999;
*/
}
.blog_item {
    margin-left: 10px;
}
.css-br::after {
    content: "\A" ;
    white-space: pre;
}
/* ---------------------------------------- */




/*----------------------------------------
    sec200
----------------------------------------*/
#sec200 {
    width: 100%;
    margin: 0px auto;
    background-color: #ffffff;
    padding: 60px 0;
}
.logo200 {
    display: none;
}

#sec200 .sec200_L {
    float: left;
    width: 100%;
}
#sec200 .sec200_R {
    float: right;
    width: 100%;
    padding: 20px 0;
}

dl.dl200 {
    width: 100%;
}
dl.dl200 dt {
    float: left;
    width: 40%;
    margin-right: 60%;
    text-align: center;
    background-color: #ffcc00;
    color: #ffffff;
    border-radius: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}
dl.dl200 dd {
    float: left;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 10px;
    font-size: 18px;
}

ul.ul200 {
    padding-left: 18px;
    list-style-position: outside;
}
ul.ul200 li {
    list-style-type: disc;
    padding-top: 10px;
    font-size: 16px;
    padding-bottom: 5px;
}


/*----------------------------------------
    sec300
----------------------------------------*/
#sec300 {
    margin: 0px auto 0;
    background-color: #f5fedd;
    padding: 70px 10px;
}

.dtl300 {
    text-align: right;
    padding-top: 50px;
    padding-left: 0px;
}


/*----------------------------------------
    sec400
----------------------------------------*/
#sec400 {
    width: 100%;
    margin: 80px auto 20px;
    background-image: url(../images/top/bg03_sp.png);
    background-size: 100%;
    background-repeat:  no-repeat;
    padding-bottom: 30px;
}
.box400 {
    padding: 50px 10px;
}

.dtl400 {
    text-align: right;
    padding-top: 50px;
    padding-right: 0px;
}


/*----------------------------------------
    sec500
----------------------------------------*/
#sec500 {
    margin: 20px 0 0;
    padding: 50px 0 90px;
    background-color: #ffcc00;
    width: 100%;
}
#sec500 .sec500_L {
    float: left;
    width: 100%;
}
#sec500 .sec500_R {
    float: right;
    width: 100%;
    padding-top: 40px;
}

.img500_01 {
    width: 70%;
    margin: 0 15%;
}

.dtl500 {
    text-align: right;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 20px;
}


/*----------------------------------------
    sec60
----------------------------------------*/
#sec60 {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 50px 0;
}
.inner60 {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.title60 {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin: 0px 5%;
    width: 90%;
}
.img60_01 {
    width: 100%;
}

.cmnt_box60 {
    margin: 30px 5%;
    width: 90%;
}
.msg60 {
    font-size: 16px;
    text-align: left;
    line-height: 2;
    letter-spacing: 0px;
}


ul.ul60 {
    width: 100%;
    padding-top: 0px;
}
ul.ul60 li {
    width: 100%;
    float: left;
}
ul.ul60 li .bnr60 {
    width: 88%;
    margin: 10px 5%;
    border: 3px solid #cccccc;
    text-align: center;
    padding: 40px 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
ul.ul60 li .bnr61 {
    width: 88%;
    margin: 20px 5%;
    border: 3px solid #cccccc;
    text-align: center;
    padding: 40px 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.img60 {
    width: 100%;
    margin-top: 25px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}
.img_ya60 {
    width: 80px;
    padding-top: 50px;
}

.md60 {
    padding: 15px 0 20px;
}


/*----------------------------------------
    sec66
----------------------------------------*/
#sec66 {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 110px;
}

ul.ul66 {
    width: 100%;
    padding-top: 10px;
}
ul.ul66 li {
    width: 100%;
    float: left;
}
ul.ul66 li .bnr66_1 {
    width: 70%;
    margin: 0px 15% 30px;
}
ul.ul66 li .bnr66_2 {
    width: 70%;
    margin: 30px 15%;
}
ul.ul66 li .bnr66_3 {
    width: 70%;
    margin: 30px 15% 0;
}
.img66 {
    width: 100%;
}

/*
#sec66 {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 50px 0;
}
.inner66 {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.title66 {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin: 0px 5%;
    width: 90%;
}
.img66_01 {
    width: 100%;
}

.cmnt_box66 {
    margin: 30px 5%;
    width: 90%;
}
.msg66 {
    font-size: 16px;
    text-align: left;
    line-height: 2;
    letter-spacing: 0px;
}


ul.ul66 {
    width: 100%;
    padding-top: 0px;
}
ul.ul66 li {
    width: 100%;
    float: left;
}
ul.ul66 li .bnr66 {
    width: 88%;
    margin: 10px 5%;
    border: 3px solid #cccccc;
    text-align: center;
    padding: 40px 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
ul.ul66 li .bnr661 {
    width: 88%;
    margin: 20px 5%;
    border: 3px solid #cccccc;
    text-align: center;
    padding: 40px 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.img66 {
    width: 100%;
    margin-top: 25px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}
.img_ya66 {
    width: 80px;
    padding-top: 50px;
}

.md66 {
    padding: 15px 0 20px;
}
*/


/*----------------------------------------
    sec50
----------------------------------------*/
#sec50 {
    width: 100%;
    margin: 0 auto;
    background-color: #fee85b;
    padding: 70px 0 55px;
}

.inner50 {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.img50_01 {
    width: 70%;
}

ul.ul50 {
    width: 92%;
    margin: 30px 4%;
}
ul.ul50 li {
    float: left;
    margin: 15px 5%;
    width: 40%;
}
.sec50_img01 {
    width: 100%;
}



/*----------------------------------------
    sec04
----------------------------------------*/
#sec04 {
    width: 100%;
    padding: 60px 0;
    margin: 0px auto;
    background-image: url(../images/top/bg06.png);
    background-size: auto 100%;
    background-repeat:  no-repeat;
    background-position:  center;
    background-color: #eaeaea;
}
.inner04 {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.img04_01 {
    width: 70%;
}

.cmnt_box04 {
    text-align: left;
    padding: 30px 20px;
    font-size: 16px;
    line-height: 2;
}


.ul04 {
    width: 100%;
    position: relative;
    margin-top: 0px;
}
.ul04 li {
    float: left;
    width: 80%;
    margin: 20px 5% 10px 5%;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 15px 0px 20px 10%;
}
.ul04 li a {
    text-align: left;
    line-height: 1.5;
}
.ul04 li img {
    height: 50px;
    padding-right: 15px;
    margin-top: 10px;
}
.ul04 li:hover{
    opacity: 0.8;
}

.ul04 li .trim_item {
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 0.5;
}


.ul04 li .trim_itemE {
    font-size: 16px;
    color: #cccccc;
    line-height: 0.5;
}
.ul04 li .trim_itemER {
    font-size: 16px;
    color: #cccccc;
    line-height: 0.5;
}

.md04 {
    float: left;
    padding-top: 15px;
}



/*----------------------------------------
    #address
----------------------------------------*/
#address .clinic_map {
    margin: 0px auto;
    background-color: #ffffff;}
.map_container {
    overflow: hidden;
    height: 450px;
    width:100%;
}


/*----------------------------------------
  footer
----------------------------------------*/
footer {
    margin: 0px auto;
    padding: 0px 0px 40px;
}
.foot_logo {
    float: left;
    width: 88%;
    padding: 30px 6% 0px;
    text-align: left;
}

.foot_info {
    float: left;
    width: 80%;
    padding: 30px 10%;
}

.f_info01 img {
    width: 100%;
}
.f_info03 {
    font-size: 22px;
    font-family: 'Heebo', sans-serif;
}
.f_phone {
    font-size: 14px;
}

.f_info04 {
    padding-top: 40px;
}

.strg_box {
    padding-top: 30px;
}
.f_strg {
    font-size: 0px;
    line-height: 0px;
}

.copyright {
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}



.f_main_menu {
    font-size: 12px;
    color: #666666;
}
.f_main_menu a {
    margin-right: 18px;
    color: #666666;
    line-height: 2;
}
img.f_mn_md {
    margin-bottom: 6px;
    margin-right: 2px;
}


ul.f_menu_list {
}
ul.f_menu_list li.f_menu_item {
    margin-right: 15px;
}


.f_sub_menu {
    font-size: 12px;
    padding-top: 20px;
}
.f_sub_menu_item {
    margin: 0px 0px 0px 10px;
}
.f_sub_menu_item a {
    margin-right: 15px;
    font-size: 12px;
    color: #666666;
    line-height: 2;
}




/*----------------------------------------
  scroll
----------------------------------------*/
.scroll {
    display: none;
}



/*----------------------------------------
    nextpage --- NEXT PAGE
----------------------------------------*/
#nextpage {
    z-index: 2;
    width: 100%;
    padding-top: 30px;
    background-color: #ffffff;
    padding-bottom: 30px;
}
/*
#nextpage {
    margin-top: 65px;
    height: 100%;
    padding-bottom: 40px;
}
*/


/*----------------------------------------
    title common
----------------------------------------*/
.next_cont {
    padding: 30px 10px;
}

.nextsubtitle {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 2;
    color: #ffcc00;
    font-weight: bold;
}
.nextbox {
    padding-bottom: 30px;
}
.nextbox p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2.2;
}

.item_box {
    padding: 15px 0px 15px 10px;
}
p.next_item {
    border-left: 5px solid #ffcc00;
    line-height: 1.7;
    padding-left: 10px;
    font-size: 18px;
/*
    color: #f4b084;
    font-size: 18px;
*/
}

.pc_bot {
    padding-bottom: 250px;
}


/*----------------------------------------
    共通
----------------------------------------*/
.bott { padding-bottom: 30px; }
.last { padding-bottom: 30px; }
.last2 { padding-bottom: 450px; }



/*----------------------------------------
    next000
----------------------------------------*/
#next000 {
}
#next000 .next000_L {
    float: left;
    width: 95%;
    padding-left: 5%;
    padding-top: 100px;
}

/*
#next000 .next000_R {
    display: none;
}
.next000_img01 {
    width: 100%;
}
*/
.head100 {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 2;
}
.head100_e2 {
    font-size: 16px;
    padding-left: 0px;
}





/*----------------------------------------
    共通リスト
----------------------------------------*/
ol.numlist {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 30px;
}


ol.numlist02 {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 30px;
}
ol.numlist02 li {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2.2;
}



ul.kmlist {
    padding-left: 20px;
    list-style: url(../images/common/kome.png) outside;
}



/* ==============================================
    table横スクロール
============================================== */
.scroll01 table{
    width:100%;
}
.scroll01{
    overflow: auto;          /*tableをスクロールさせる*/
    white-space: nowrap;     /*tableのセル内にある文字の折り返しを禁止*/
}
.scroll01::-webkit-scrollbar{    /*tableにスクロールバーを追加*/
    height: 5px;
}
.scroll01::-webkit-scrollbar-track{    /*tableにスクロールバーを追加*/
    background: #F1F1F1;
}
.scroll01::-webkit-scrollbar-thumb {    /*tableにスクロールバーを追加*/
    background: #BCBCBC;
}
/* ============================================== */


/*----------------------------------------
    動画
----------------------------------------*/
.movie01 {
    width: 100%;
    margin-top: 10px;
}
.movie10 {
    width: 100%;
    margin-top: 10px;
}




/*----------------------------------------
    当院について
----------------------------------------*/
dl.greeting_list {
    padding-top: 10px;
    padding-bottom: 30px;
}
dl.greeting_list dt {
    float: left;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2.2;
    padding-top: 20px;
}
dl.greeting_list dd {
    float: left;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2.2;
    padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 20px;
}

.greeting_end {
    float: left;
    margin-top: 40px;
}


/*----------------------------------------
    診療案内
----------------------------------------*/
.med_ani_s {
    background-color: #ffc000;
    color: #ffffff;
    padding: 8px 43px;
}

/*
.credit {
    padding-top: 20px;
}
.credit img {
    width: 100%;
}
*/
.credit {
    padding-top: 10px;
}
.credit img {
    width: auto;
    padding-right: 10px;
    padding-top: 10px;
}


/*----------------------------------------
    スタッフ紹介
----------------------------------------*/
.staff_box {
    padding: 30px 0 0px 0px;
}

table.staff, table.staff tbody, table.staff tr, table.staff th, table.staff td {
    display: block;
    max-width: 100%;
}
table.staff {
    border-collapse: collapse;
    width: 100%;
    margin-top: 5px;
}
table.staff th {
    width: 100%;
    vertical-align: top;
}
table.staff td {
    width: 100%;
    vertical-align: top;
    text-align: left;
    padding-bottom: 10px;
}
.staff_img {
    padding: 0;
    float: left;
    width: 98.5%;
    margin: 10px 1% 10px 0.5%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}



/*
ul.staff {
    width: 100%;
}
ul.staff li.stf_L {
    float: left;
    margin: 0 0% 10px 0%;
    width: 100%;
}
ul.staff li.stf_R {
    float: left;
    margin: 0 0% 40px 0%;
    width: 100%;
}
ul.staff p.stf_name {
    font-size: 16px;
    letter-spacing: 0.5;
    text-align: center;
}
ul.staff li img {
    width: 80%;
    margin: 0 10% 10px 10%;
}
*/


/*----------------------------------------
    院内紹介
----------------------------------------*/

/*----------------------------------------
  施設案内
----------------------------------------*/
table.innai, table.innai tbody, table.innai tr, table.innai th, table.innai td {
    display: block;
    max-width: 100%;
}
table.innai td {
    padding: 15px 25px 10px 0px;
}
table.innai img.imgW {
    width: 100%;
}
table.innai img.imgH {
    width: 66%;
}


/*----------------------------------------
  医療設備
----------------------------------------*/

.mv_ttl {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  color: #bbe2f1;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.mv_ttl:before, .mv_ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: #bbe2f1;
}

.mv_ttl:before {
  left:0;
}
.mv_ttl:after {
  right: 0;
}


ul.kiki {
    width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.kiki li {
    margin: 15px 2%;
    width: 46%;
    vertical-align: top;
}
ul.kiki li img {
    width: 100%;
}
ul.kiki li img.imgH {
    width: 90%;
    margin: 0 5%;
}

p.kinm {
    font-size: 16px;
    padding-top: 10px;
    text-align: left;
    letter-spacing: 0.8px;
    line-height: 1.2;
}
p.ki {
    padding-top: 7px;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.5px;
    line-height: 1.3;
}


/*----------------------------------------
    高度眼科診療
----------------------------------------*/

.oph_img {
    float: right;
}
.oph_img img {
    width: 100%;
    margin: 20px 0px 0;
}

.oph_img .oph_img0101 {
    width: 100px;
    margin-top: -30px;
    margin-right: 0px;
}
.oph_img0102 {
    width: 150px;
    margin-left: 10px;
    margin-top: -0px;
}
.oph_img .oph_img0201 {
    width: 220px;
    margin-top: 30px;
}

ul.ul_oph {
    width: 90%;
    margin: 50px 5% 0;
}
ul.ul_oph li {
    width: 100%;
    float: left;
    margin: 30px 0%;
    text-align: center;
}
ul.ul_oph li .btn_oph {
    background-color: #ffcc00;
    border-radius: 10px;
    padding: 15px 20%;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}


/*----------------------------------------
    皮膚トラブルでお悩みの飼い主さまへ
----------------------------------------*/
.skin_img {
    float: left;
    margin-top: 0px;
    width: 100%;
}
.skin_img img {
    width: 46%;
    margin: 20px 2% 5px;
}
.skin_img p {
    padding-left:0px;
    text-align: center;
}

.skin_img2 {
    float: right;
    width: 100%;
}
.skin_img2 img {
    width: 70%;
    margin: 15px 15% 0;
}
.skin_img3 img {
    width: 100%;
    margin: 0 0%;
}


/*----------------------------------------
    ペットホテル
----------------------------------------*/
.pethotel01 {
    float: right;
    width: 30%;
    margin-top: -60px;
    margin-right: 30px;
}
.pethotel_msg01 {
    font-size: 18px;
    font-weight: bold;
}

.pethotel02_1 img {
    width: 100%;
}

.pethotel02_2 {
    margin-top: 0px;
    text-align: left;
}
.pethotel02_2 img {
    width: 25%;
}

table.pethotel {
    margin: -20px 0% 40px 0%;
    font-size: 18px;
    width: 100%;
}
table.pethotel td {
    text-align: center;
    width: 33.3%;
}
table.pethotel td.pethotel_top {
    text-align: center;
    vertical-align: top;
}

.pethotel03 {
    float: left;
    width: 90%;
    margin-top: 30px;
}
.pethotel03 img {
    width: 100%;
}


/*----------------------------------------
    デンタル
----------------------------------------*/
.dentaltitle {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.2;
    color: #0070c0;
    font-weight: bold;
    margin-top: 20px;
    border-bottom:1px solid #0070c0;
}

.dental_sub {
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
}

.dental01 {
    float: right;
    width: 25%;
    margin-top: -60px;
    margin-right: 10px;
}
.dental01 img {
    width: 100%;
}

.dental02 {
    margin-top: 20px;
    margin-left: 0px;
    text-align: center;
}
.dental02 img {
    width: 80%;
}

ul.ul_dental {
    width: 100%;
    margin-top: 20px;
}
ul.ul_dental li {
    width: 100%;
    margin: 10px 0%;
    float: left;
    text-align: center;
    font-size: 20px;
}
ul.ul_dental li img {
    height: auto;
    width: 100%;
    margin-bottom: 5px;
}

.dental05 {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.dental05 img {
    width: 100%;
}





/*----------------------------------------
    診療料金
----------------------------------------*/



/*----------------------------------------
    アクセス
----------------------------------------*/
ul.accslist {
    width: 100%;
    margin-bottom: 30px;
}
ul.accslist li.item {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5px;
}
.item1 {
    color: #e65313;
    background-color: #ffead4;
    text-align: center;
    padding: 5px 0px;
}
ul.accslist li.data {
    float: left;
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 5px;
    text-align: center;
}
.parking {
    padding-top: 10px;
    width: 100%;
}
.parking img {
    margin: 0 5%;
    width: 90%;
}



/*----------------------------------------
    トリミング＆ペットホテル
----------------------------------------*/




/* iPhone 5/SE 320 */
@media only screen and (max-width:320px){
table.trimtbl th {
    font-size: 10px;
    width: 40%;
  }
table.trimtbl td {
    font-size: 12px;
    width: 30%;
  }
table.trimtbl td.course {
    font-size: 10px;
    width: 30%;
  }
}

/* Galaxy Fold 280 */
@media only screen and (max-width:280px){
table.trimtbl th {
    font-size: 10px;
    width: 40%;
  }
table.trimtbl td {
    font-size: 12px;
    width: 30%;
  }
table.trimtbl td.course {
    font-size: 10px;
    width: 30%;
    letter-spacing: 0px;
  }
}

.img_next01 {
    margin: 0px 0px 20px 0px;
    width: 100%;
    float: right;
}
.img_next01 img {
    width: 100%;
}



/*----------------------------------------
    予防医療
----------------------------------------*/
.img_next02 {
    margin: 0px 0px 20px 0px;
    width: 100%;
    float: right;
}
.img_next02 img {
    width: 100%;
}

.img_next03 {
    margin: 0px 10% 10px 10%;
    width: 80%;
    float: right;
}
.img_next03 img {
    width: 100%;
}



/*----------------------------------------
    求人情報
----------------------------------------*/


/* 募集要項
--------------------------------------------------*/
table.recruit, table.recruit tbody, table.recruit tr, table.recruit th, table.recruit td {
display: block;
max-width: 100%;
}

table.recruit {
    border-collapse: collapse;
    margin-bottom: 40px;
    width: 100%;
    border-top-style: none;
}
table.recruit th {
    padding: 6px 10px;
    text-align: center;
    font-weight: normal;
    vertical-align: top;
    width: 95%;
    background-color: #999999;
    color: #ffffff;
    margin-top: 15px;
}
table.recruit td {
    padding: 6px 10px 6px 10px;
    width: 95%;
}
table.recruit tr {
    border-bottom-style: none;
}


.btn_box {
    margin: 60px 4% 40px 4%;
    width: 92%;
}
.btn_txt:hover {
    opacity: 0.7;
}
.btn_txt {
    background-color: #e65313;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
}



table.thanks {
    border-collapse: collapse;
    width: 100%;
    margin: 100px auto 250px;
}
table.thanks td {
    text-align: center;
}

/* Galaxy Fold */
@media only screen and (max-width:280px) {
table.thanks td {
    width: 50%;
  }
table.thanks td img.thanks_img {
    width: 100%;
  }
}



/* 応募フォーム
--------------------------------------------------*/
table.thanks {
    border-collapse: collapse;
    margin: 0px auto;
    width: 100%;
}
table.thanks td {
    text-align: center;
}





/*----------------------------------------
    予防医療
----------------------------------------*/






/* ページ内リンク
---------------------------------------------------------------------------- */

/* 獣医師勤務表 */
#tg-calendar {
  margin-top: -40px;
  padding-top: 40px;
}

/* 予防について */
#tg-pre02 {
  margin-top: -40px;
  padding-top: 40px;
}
#tg-pre03 {
  margin-top: -40px;
  padding-top: 40px;
}
#tg-pre04 {
  margin-top: -40px;
  padding-top: 40px;
}
#tg-pre05 {
  margin-top: -40px;
  padding-top: 40px;
}
#tg-pre06 {
  margin-top: -40px;
  padding-top: 40px;
}



#entryform {
  margin-top: -50px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 50px; /* 打ち消し用のパディング */
}

#tg-net {
  margin-top: -50px;
  padding-top: 50px;
}


