﻿@charset "utf-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/*---------------------------------------
    リセットCSS（編集不要）
----------------------------------------*/
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}hr,legend{display:none;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li{list-style-type:none;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}

html {
  -webkit-text-size-adjust: 100%;
}
body {
    /*--
    font-family: 'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
    font-family: "Zen Maru Gothic", sans-serif;
    --*/
    font-family: "小塚ゴシック Pr6N", 'Kosugi Maru', "Zen Maru Gothic", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #525252;
/*
    color: #4a2428;
*/
    letter-spacing: 0.6px;
/*
    min-width: 1080px;
*/
    min-width: 1200px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
header, section, footer, aside, nav, main, article, figure, picture {
    display: block;
}
/*----------------------------------------
  common
----------------------------------------*/
a {
    color: #4a2428;
    text-decoration: none;
}
a:visited {
}
a:hover {
    text-decoration: none;
}
a:active {
}

a.here {
/*
    text-decoration: underline;
*/
    border-bottom: 2px solid #c2a795;
}



.clearfix:after,
.inner:after {
    content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.floatL {
    float: left;
}


.inner {
    width: 1095px;
    margin: 0 auto;
    padding-left: 5px;
/*
    width: 1180px;
    margin: 0 auto;

    width: auto;
    margin: 0 9%;
*/
}



#header-h1 {
    font-size: 0;
    line-height: 0;
}


.basecolor { color: #e65313; }

.bbline { border-bottom: solid 1px #ffffff; }
.bbline_blk { border-bottom: solid 1px #333333; }
.unline { text-decoration: underline; }


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



/*----------------------------------------
  header
----------------------------------------*/
header {
/*
    background-image: url(../images/common/menubar.png);
    margin: -92px auto 0px;

    margin-top: -85px;
*/
    text-align: center;
    position: relative;
    z-index: 20;
    margin-top: 13px;
}
.box {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center; /* 縦方向中央揃え */
    justify-content: center; /* 横方向中央揃え */
    flex-direction: column;
}
.box__bg_photo {
    background-image: url(../images/slide/java01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


p.box_msg {
    position: absolute;
    top: 85%;
    left: 0%;
    font-size: 50px;
    letter-spacing: 1.5px;
    color: #ffffff;
    z-index: 200;
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
/*
    text-shadow: 0 0 15px #ffffff;
*/
}




.box__bg_photo1 {
    background-image: url(../images/slide/01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box__bg_photo2 {
    background-image: url(../images/slide/02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box__bg_photo3 {
    background-image: url(../images/slide/03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box__bg_photo4 {
    background-image: url(../images/slide/04.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* --------------------------------------------------
header 
-------------------------------------------------- */
div#header {
    width: 100%;
    margin: 0px auto;
    position: fixed;
    top: 0;
    z-index: 30;
    background-color: #ffffff;
/*
    position: relative;
    z-index: 200;

    background-color: #caab8f;
    height: 90px;

    background-image: url(../images/common/menubar.png);
*/
    height: 70px;
}
div#header .header_L {
    float: left;
    width: 40%x;
}
div#header .header_R {
    float: right;
    margin-right: 5px;
    width: 60%x;
}


div#header .header_L .header-logo {
    margin: 15px 0 0 0px;
    text-align: center;
}
div#header .header_L .header-logo img.head_logo {
    width: 410px;
}


div#header .header_R .heaer-menu {
    float: right;
    position: relative;
    margin-top: 30px;
    text-align: right;
}
.heaer-menu ul.headmenulist {
}
.heaer-menu ul.headmenulist li {
    float: left;
    margin: 0 0px 0 20px;
}
.heaer-menu ul.headmenulist li a {
    float: left;
    margin: 0 0px 0 0px;
    color: #4a2428;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0px;
}


/* # ドロップダウンメニュー
---------------------------------------------------------------------------- */
div#header .header_R .menu {
    float: right;
    position: relative;
    margin-top: 0px;
    text-align: center;
    height: 55px;
/*
	background-color: #caab8f;

	margin: 3px auto 0px;
	position: relative;
    text-align: center;
    clear: both;
    height: 55px;
	background: url(../images/common/menubar.png) repeat-x;
    z-index: 101;
*/
}

#dropdown {
	margin: 0px auto;
/*
    width: 1110px;
*/
    text-align: center;
}
#dropdown dl {
	float:left;
    text-align: left;
}
#dropdown dl.mbar {
    width: 1px;
    height: 20px;
    background-color: #333333;
    z-index: 102;
    margin-top: 20px;
/*
    width: 6px;
    height: 55px;
    background-color: #ffffff;
    z-index: 102;
*/
}

#dropdown dt {
    text-align: center;
    height: 55px;
}
#dropdown dt a {
    text-align: center;
    display:block;
    text-decoration: none;
/*
    width: 205px;
    width: 130px;

    width: 115px;
*/
    height: 55px;
    color: #333333;
/*
    font-weight: bold;
    
    background: url(../images/common/nxmenuback.png) no-repeat;
    color: #674c2c;

    padding-left: 6px;
    padding-right: 6px;
*/
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    font-size: 16px;
    letter-spacing: 0px;
}
#dropdown a:hover{
    text-decoration: none;
}
/* ***
span.nxengmenu {
    font-size: 10px;
    letter-spacing: 0px;
}
*** */
/* 帯バージョン（HTMLに class="end" を追加） */
#dropdown dt.end {
	padding-left:0;
}

#dropdown dd {
	position: absolute;
	overflow: hidden;
	display: none;
	opacity: 0;
	z-index: 400;
}

#dropdown ul {
    list-style: none;
    margin-top: 4px;
}
#dropdown ul.mn01 {
/*
    width: 100px;
    width: 217px;
    list-style: none;
*/
}

#dropdown li {
	display: inline;
}
#dropdown ul li a {
    padding: 10px 0 10px 20px;
    font-size: 16px;
    text-align: left;
    display: block;
    text-decoration: none;
    color: #674c2c;
    font-weight: bold;
/*
    padding: 10px 0 10px 20px;

    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    background-color: #4f2528;
    opacity: 0.9;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
    border-radius: 5px;
*/
}
#dropdown ul li a:hover {
/*
    color: #f4ed46;
    background-color: #5f1e0d;
*/
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";
}
#dropdown .none {
/*
    border-bottom: 1px solid #ffffff;
*/
}




/*----------------------------------------
    head_cmnt
----------------------------------------*/
#head_cmnt {
    margin: 0 auto;
    width: 100%;
    position: absolute;
/*
    top: 550px;
    top: 470%;

    top: 450px;
*/
    top: 390px;
    left: 13%;
    z-index: 30;
}
#head_cmnt .msg24 {
    letter-spacing: 2px;
    font-size: 36px;
/*
    font-weight: bold;
    text-shadow: 0 0 1px #ffffff, 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #000000, 0 0 20px #ffffff, 0 0 25px #ffffff, 0 0 30px #ffffff, 0 0 35px #ffffff;
*/
    color: #333333;
    text-align: left;
    font-family: "BIZ UDP明朝", "Noto Sans JP","M PLUS Rounded 1c", sans-serif;
    text-shadow: 0 0 10px #ffffff;
}
#head_cmnt .msg24 img {
    width: 450px;
}


/*----------------------------------------
    ドロワーメニュー
----------------------------------------*/
.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: 35px;
    right: 10%;
    width: 30px;
*/
    top: 30px;
    right: 15%;
    width: 40px;

    z-index: 100;
}

.menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
/* *****
    height: 3px;
    transition: all .5s;
*/
    height: 4px;
    transition: all .5s;

    background-color: #333333;
}
.menu-trigger.active span {
    background-color: #333333;
}
.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: #333333;
    font-size: 14px;
    letter-spacing: 2px;
    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: 100px;
*/
  padding-top: 70px;

  background-color: rgb(255, 255, 255, 0.4);
  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;
*/
/* ***
    margin: 0 0px 200px;
*/
    font-size: 18px;
    letter-spacing: 0.5px;
    text-align: center;
}
.nav_menu a {
    display: block;
    padding: 10px 10px;
/* *****
    background-color: rgb(255, 255, 255, 0.6);
    color: #777777;
***** */
    color: #111111;
    line-height: 1.2;
/* ***
    border-bottom: 1px dotted #333333;
*/
    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: #333333;
}
.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: normal;
******** */
  font-size: 20px;
  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: #777777;
******** */
    color: #111111;
}

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

.nav_menu .menu {
/* ********
    background-color: rgb(255, 255, 255, 0.6);
    color: #777777;
******** */
    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;
******** */
    color: #111111;
    text-decoration: none;
    font-weight: normal;
}



/*----------------------------------------
    Catch copy
----------------------------------------*/
.topimg {
    position: relative;
}
.topimg p {
    position: absolute;
    top: 48%;
    left: 2%;
    z-index: 88888;
    color: #ffffff;
    text-shadow: 0 0 10px #000000;
    font-size: 34px;
    letter-spacing: 0.5px;
}

.topimg img {
  width: 100%;
}

/* TATE
.catchcopy {
    position: absolute;
    z-index: 88888;
    top: 7%;
    right: 10%;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 0 10px #000000;
    font-size: 40px;
    letter-spacing: 0.5px;
}
.vertical {
    writing-mode: vertical-rl;
}
*/


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


/*----------------------------------------
    article
----------------------------------------*/
article {
    background-color: #ffffff;
}


/*----------------------------------------
    title common
----------------------------------------*/
.eng {
    font-family: 'Heebo', sans-serif;
}

.top_title {
    text-align: center;
    font-size: 24px;
    color: #e65313;
    font-weight: bold;
}
.top_title_L {
    text-align: left;
    font-size: 24px;
}



.top_title_line {
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  24px;       /* 文字サイズ指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    display:  inline-block; /* インラインブロックにする */
    background-color: #fff; /* 背景色指定 */
    margin-left: 39.5%;       /* 周りの余白指定 */
    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;          /* 位置調整 */
}



@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&display=swap');
.title {
    text-align: left;
    color: #6bbcff;
    font-size: 46px;
    border-left: solid 8px #6bbcff;
    padding-left: 30px;
    line-height: 48px;
    font-family: 'Noto Serif JP', serif;
}



/*----------------------------------------
    slogan
----------------------------------------*/
#slogan {
    width: 100%;
    margin: 0px auto;
    padding: 50px 0px 50px 0px;
/*
    background-color: #f6f6f6;
    text-align: left;
*/
}
#slogan .sl_box {
    margin-left: 120px;
}
#slogan .sl_box p {
    color: #e65313;
    font-size: 26px;
    line-height: 2;
    font-family: 'Noto Serif JP', serif;
    text-align: left;
    font-weight: bold;
/*
text-shadow: 1px 1px 0 #ffcc00,
             -1px 1px 0 #ffcc00,
             1px -1px 0 #ffcc00,
             -1px -1px 0 #ffcc00;
*/
}
#slogan .sl_box p.sl_msg {
    padding-left: 133px;
}


/*----------------------------------------
    sec100
----------------------------------------*/
#sec100 {
    width: 100%;
    margin: 0px auto;
    background-color: #ffffff;
    padding: 50px 0 70px;
}
.title100 {
    text-align: left;
    padding-bottom: 40px;
}
.ttl100e {
    color: #a47c60;
    font-size: 42px;
    font-family: 'DejaVu Sans',Arial,Calibri;
    font-weight: bold;
    letter-spacing: 4px;
}
.ttl100j {
    color: #525252;
    font-size: 14px;
    margin-top: -15px;
}

.blog_box {
    margin: -70px 150px 0 180px;
}
.blog_area {
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
/*
    border-bottom: dashed 2px #999999;
    height: 175px;
*/
/* *****
    overflow-y: scroll;
    height: 250px;
***** */
    height: auto;
    font-size: 20px;
}
/* スクロールバー確認の要素 */
/*
.sample_bar {
 width: 200px;
 height: 200px;
 overflow: scroll;
}
*/
/* スクロールの幅の設定 */
.blog_area::-webkit-scrollbar {
 width: 10px;
 height: 10px;
}
 
/* スクロールの背景の設定 */
.blog_area::-webkit-scrollbar-track {
 border-radius: 5px;
 background: rgba(110, 108, 108, 0.2);
}
 
/* ドラックできるスクロール部の設定 */
.blog_area::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #777777;
}

.blog_date {
    margin-bottom: 5px;
    padding-left: 0px;
    padding-top: 5px;
/*
    border-top: dashed 2px #999999;
*/
    border-top: solid 1px #caab8f;
}
.blog_item {
    margin-left: 30px;
}

.css-br::after {
}


/*----------------------------------------
    sec200
----------------------------------------*/
#sec200 {
    width: 100%;
    margin: 0px auto;
    background-color: #f5f5f5;
    padding: 95px 0 105px;
}

#sec200 .sec200_L {
    float: left;
    width: 50%;
}
#sec200 .sec200_R {
    float: right;
    width: 50%;
}

.title200 {
    text-align: center;
    padding-bottom: 40px;
}
.ttl200e {
    color: #a47c60;
    font-size: 42px;
    font-family: 'DejaVu Sans',Arial,Calibri;
    font-weight: bold;
    letter-spacing: 4px;
}
.ttl200j {
    color: #525252;
    font-size: 14px;
    margin-top: -15px;
}

.img200 {
    width: 97%;
    border-radius: 20px;
}

dl.dl200 {
    margin-left: 6.5%;
    width: 93.5%;
}
dl.dl200 dt {
    float: left;
    width: 20%;
    margin-right: 6%;
    text-align: center;
    background-color: #caab8f;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    padding: 7px 0px;
}
dl.dl200 dd {
    float: left;
    width: 70%;
    padding: 8px 0px;
    font-size: 16px;
}
.phone200 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1;
}

table.timetbl {
    float:left;
    margin-left: 6.5%;
    margin-top: 15px;
    width: 93.5%;
}
table.timetbl th {
    width: 20%;
    background-color: #caab8f;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
/*
    padding: 7px 0;
*/
    padding: 4px 0;
    height: 35px;
    line-height: 1.2;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}
table.timetbl td {
    width: 10%;
    background-color: #ffffff;
    color: #caab8f;
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
    line-height: 1.2;
    border-left: 1px solid #caab8f;
}
table.timetbl td.yb {
    background-color: #caab8f;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    font-size: 14px;
}

.thT {
    border-radius: 10px 0 0 0px;
}
.thD {
    border-radius: 0px 0 0 10px;
}
.tdT {
    border-radius: 0 10px 0px 0px;
}
.tdD {
    border-radius: 0 0 10px 0;
}

.thL {
    border-radius: 10px 0 0 10px;
}
.thR {
    border-radius: 0 10px 10px 0;
}
.tdL {
    border-radius: 0 0 0 10px;
}
.tdR {
    border-radius: 0 0 10px 0;
}


ul.ul200 {
    float:left;
    margin-left: 6.5%;
    margin-top: 15px;
    width: 93.5%;
}
ul.ul200 li {
    float: left;
    list-style: none;
    width: 40%;
    margin: 15px 4% 0;
    text-align: center;
    background-color: #ffffff;
    color: #caab8f;
    border-radius: 25px;
    border: 1px solid #caab8f;
    font-size: 12px;
    padding: 10px 0px;
}
ul.ul200 li a {
    color: #caab8f;
    font-weight: bold;
}
.ya200 {
    width: 18px;
    margin-bottom: 7px;
    margin-left: 3px;
}
/*
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 {
    padding-top: 80px;
    background-color: #fbf9f3;
}

.box300 {
    position: relative;
}
.bg_img300 {
    float: right;
    width: 55%;
}
.sec300_detail {
    text-align: left;
    float: left;
    width: 100%;
    margin-top: -600px;
    z-index: 1;
}
.title300 {
    text-align: left;
    padding-bottom: 40px;
}
.ttl300e {
    color: #a47c60;
    font-size: 42px;
    font-family: 'DejaVu Sans',Arial,Calibri;
    font-weight: bold;
    letter-spacing: 4px;
}
.ttl300j {
    color: #525252;
    font-size: 14px;
    margin-top: -15px;
}

.msg300 {
    padding-top: 40px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}
.submsg300 {
    padding-top: 20px;
    padding-left: 25px;
}

.dtl300 {
    text-align: left;
    padding-top: 70px;
    padding-left:25px;
}
.dtl300 a {
    font-size: 14px;
    color: #caab8f;
    font-weight: bold;
}
.ya300 {
    width: 18px;
    margin-bottom: 10px;
    margin-left: 3px;
}


/*----------------------------------------
    sec05
----------------------------------------*/
#sec05 {
    margin: 0px auto;
}

.box05 {
    position: relative;
}
.bg_img05 img {
    width: 100%;
}

.title05 {
    text-align: center;
    padding-bottom: 40px;
}
.ttl05e {
    color: #ffffff;
    font-size: 42px;
    font-family: 'DejaVu Sans',Arial,Calibri;
    font-weight: bold;
    letter-spacing: 4px;
}
.ttl05j {
    color: #ffffff;
    font-size: 14px;
    margin-top: -15px;
}

.box05 .sec05_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
/*
    width: 1180px;
*/
    width: 1095px;
    margin: 0 auto;
}

.img05 {
    margin-left: 0%;
    width: 100%;
    text-align: left;
}

.msg500 {
    padding-top: 40px;
    padding-left: 43%;
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: bold;
    color: #ffffff;
}
.submsg500 {
    padding-top: 20px;
    padding-left: 46%;
    color: #ffffff;
}

.dtl500 {
    text-align: left;
    padding-top: 70px;
    padding-left: 46%;
}
.dtl500 a {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
.ya500 {
    width: 18px;
    margin-bottom: 10px;
    margin-left: 3px;
}


/*----------------------------------------
    sec06
----------------------------------------*/
#sec06 {
    margin: 0px auto;
}

.box06 {
    position: relative;
}
.bg_img06 img {
    width: 100%;
}

.title06 {
    text-align: center;
    padding-bottom: 40px;
}
.ttl06e {
    color: #3171c1;
    font-size: 42px;
    font-family: 'DejaVu Sans',Arial,Calibri;
    font-weight: bold;
    letter-spacing: 4px;
}
.ttl06j {
    color: #ffffff;
    font-size: 14px;
    margin-top: -15px;
}

.box06 .sec06_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
/*
    width: 1180px;
*/
    width: 1095px;
    margin: 0 auto;
}

.img06 {
    margin-left: 0%;
    width: 100%;
    text-align: left;
}

.msg600 {
    padding-top: 40px;
    padding-left: 43%;
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: bold;
    color: #ffffff;
}
.submsg600 {
    padding-top: 20px;
    text-align: center;
    color: #333333;
}

.ul06 {
    padding-top: 60px;
    width: 94%;
    margin: 0 3%;
}
.ul06 .li06 a {
    width: 44%;
    margin: 0 3%;
    float: left;
    background-color: #3171c1;
    color: #ffffff;
    border-radius: 20px;
    padding: 25px 0px;
    line-height: 1.5;
}
.ul06 .li06 img {
    width: 70%;
}
.ul06 .li06 .eng06 {
    color: #cccccc;
    font-family: 'DejaVu Sans',Arial,Calibri;
    font-size: 16px;
}
.ul06 .li06 .li06_L {
    float: left;
    padding-left: 90px;
}
.ul06 .li06 .li06_R {
    float: left;
}


/*----------------------------------------
    sec700
----------------------------------------*/
#sec700 {
    width: 100%;
    margin: 0px auto;
    padding: 125px 0 120px;
    background-color: #f3f3f3;
}


/*----------------------------------------
    address
----------------------------------------*/
#address {
    margin: 0px auto;
    background-color: #ffffff;
}

.map_container {
    overflow: hidden;
    height: 660px;
    width:100%;
}


/*----------------------------------------
  footer
----------------------------------------*/
footer {
    margin: -50px auto 0;
    padding: 90px 0px 20px;
    color: #fff;
    background-color: #a47c60;
    position: relative;
}
footer a {
    color: #fff;
}

.foot_info {
    float: left;
    width: 48%;
    text-align: left;
}
.foot_menu {
    float: right;
    width: 52%;
}

.f_logo_nm {
     width: 370px;
}
.f_info {
    padding-top: 25px;
    font-size: 14px;
}
.f_info p {
    padding-top: 15px;
}
.f_phone {
    font-size: 20px;
    font-family: 'Heebo', sans-serif;
}

.f_menu_area {
    float: left;
    z-index: 1;
    margin-top: 10px;
}
.f_main_menu {
    font-size: 14px;
    padding-bottom: 15px;
}
.f_ttl {
    background-color: #ffffff;
    color: #a47c60;
    width: 375px;
    text-align: center;
    font-size: 14px;
    border-radius: 7px;
    padding: 6px 0;
    margin: 20px 0;
}


.strg_box {
    float: left;
    width: 100%;
    padding-top: 80px;
    text-align: center;
}
.f_strg {
    font-size: 0px;
    line-height: 0px;
}

.copyright {
    font-size: 14px;
    color: #ffffff;
}





/* # Page Top
---------------------------------------------------------------------------- */
/* 
* Scroll top link inside footer, 
* but fixed relative to viewport
*/
#scroll-top {
    position:fixed; 
    z-index:9999; 
    display:inline-block;
    bottom: 10px;
    right: 10px;
    font-size: 25px;
    width: 55px;
    height: 50px;
    padding: 5px 0 0px 0;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #ffffff;
    color: #ffffff;
    background-color: rgb(204, 204, 204, 0.3);
}
#scroll-top:hover {
    opacity: 1;
/*
    background-color: rgb(230, 230, 230, 0.4);
    background-color: rgb(107, 188, 255, 1);
    opacity: 1;
*/
}



/*----------------------------------------
  グーグルマップのスクロール
----------------------------------------*/
#map {
    pointer-events: none;
}


/* ページ内リンク
---------------------------------------------------------------------------- */
/* 診療案内 */
#tg-med01 {
  margin-top: -100px;
  padding-top: 100px;
}
#tg-med02 {
  margin-top: -100px;
  padding-top: 100px;
}

/* ペットホテル */
#tg-hotel {
  margin-top: -100px;
  padding-top: 100px;
}





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

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




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

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


