@charset "UTF-8";

/*****************************************
           BASIC
*****************************************/
html {
    overflow-y:scroll;
}
br {
   letter-spacing:normal;
}
a {
    color:#298018;
    text-decoration:none;
}

a:hover {
    color:#32CD32;
}

img {
    border:0;
    vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
}
/* ========599x以下======== */
@media(max-width: 599px) {
/*****************************************
           TEMPLATE LAYOUT
*****************************************/
body {
    margin:0;
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:14px;
    color:#333;
}
#header {
    position: relative;
    background-color: #fff;
    height:150px;
}
#pr {
    position: absolute;
    left: 0;
    top: 0;
}
#header .address {
    position: absolute;
    left: 10px;
    bottom: 10px;

}
#header .tel-column {
    position: absolute;
    top:40px;
    right: 10px;
}
#header .contact {
    position: absolute;
    bottom: 18px;
    right: 10px;
}
/*--------------------------------------------------------------
    TEMPLATE　余白
--------------------------------------------------------------*/
#main-contents {
        padding: 20px 15px 0 15px;
}
#side-column .link {
    padding: 50px 0 0 0;
}
#info {
    padding: 30px 0 0 0;
}
/*****************************************
           メイン画像
*****************************************/
#main-img {
    width:100%;
    margin: 0 auto;
    position: relative;
}
#main-img img {
    width:  100%;
    height: 200px; 
}
#main-img h1 {
    position: absolute;
    bottom: 16%;
    left: 3%;
    font-size: 26px;
    color: #298018;
    text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
}
/*****************************************
           HEADER CUSTOMIZ
*****************************************/
#header h1 img {
    margin:0;
    width:70%;
    position: absolute;
    left: 15%;
    top: 40%;
}
#header #pr {
    padding: 4px 0;
    background-color:#298018;
}
#header #pr p {
    margin: 0;
    font-size: 12px;
    color: #fff;
    padding: 0 0 0 5px;
}
#header #gnavi li a {
    display: block;
}
.address {
    display: none;
}
.tel-column {
    display: none;
}
.contact {
    display: none;
}
/*****************************************
           NAV CUSTOMIZE
*****************************************/
#nav {
    display: none;
}
/*--------------------------------------------------------------
    ナビゲーション　余白
--------------------------------------------------------------*/
#navi-sp {
        padding:0px 0 0 0;
}
/*--------------------------------------------------------------
    ナビゲーション　リスト
--------------------------------------------------------------*/
#navi-sp ul {
        display: table;
        width: 100%;
        border-spacing: 1px 1px;
}
/*--------------------------------------------------------------
    ナビゲーション　項目
--------------------------------------------------------------*/
#navi-sp ul li {
        display: table-cell;
        width: 50%;
        vertical-align: center;
        text-align: center;
}
/*--------------------------------------------------------------
    ナビゲーション　リンク
--------------------------------------------------------------*/
#navi-sp ul li a {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        background: #8CC540;
        display: block;
        padding: 10%;
}
#navi-sp ul li a:hover {
        background: #298018;
}

/*****************************************
           MAIN CONTENTS CUSTOMIZE
*****************************************/
#aisatsu h2 {
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#aisatsu h2 img {
    width:25px;
    margin-right:6px;
}

#aisatsu span {
    font-weight: bold;
} 
#aisatsu .aisatsu-img {
     padding: 0 0 15px 0;
}
#aisatsu .aisatsu-img img {
    width: 100%;
}
#aisatsu .aisatsu-text .aisatsu-director {
    padding: 5px 0 0 0;
    text-align: right;
}
#main-column #info h2 {
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#main-column #info h2 img {
    width:25px;
    margin-right:6px;
}

/*****************************************
           SUBCONTENTS CUSTOMIZE
*****************************************/
#side-column .link ul {
    list-style: none;
}
#side-column .link li a {
    display: block;
    margin-bottom:10px;
    text-decoration: none;
    color: #fff;
}
#side-column .link li a:hover { opacity: 0.8}

#side-column .link img{
    width: 100%;
    height: auto;
}
/*****************************************
           PAGETOP CUSTOMIZE
*****************************************/
#pageTop {
   padding:20px 0;
   text-align:right;
   font-size:11px;
}

#pageTop a {
   padding-left:8px;
}
/*****************************************
           FOOTER CUSTOMIZE
*****************************************/
#footer {
    background: #298018;
    margin: 0 auto;
}
.copyright {
    padding:40px 0 50px;
    font-size:11px;
    font-style:normal;
    color:#fff;
    text-align:center;
}
/*****************************************
           メニュー
*****************************************/
#menu h2 {
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#menu h2 img {
    width:25px;
    margin-right:6px;
}
#menu .menu-box h3 {
    font-size: 16px;
    font-weight: bold;
    color:#4CB847;
    text-align: center;
    margin: 0 0 10px 0; 
}
#menu .menu-box h3 span {
    font-weight: bold;
    color:#4CB847;
    font-size: 11px;
}
#menu .menu-box h3 img {
    width: 20px;
}
#menu .menu-box {
    padding: 12px;
    background-color:#FFFEF5;
    box-shadow: 3px 3px 3px #808080;
    border-radius: 5px;
    margin: 0 0 30px 0;
}
#menu .menu-box-2 h3 {
    font-size: 16px;
    font-weight: bold;
    color:#F58021;
    text-align: center;
    margin: 0 0 10px 0; 
}
#menu .menu-box-2 h3 span {
    font-weight: bold;
    color:#F58021;
    font-size: 11px;
}
#menu .menu-box-2 h3 img {
    width: 20px;
}
#menu .menu-box span {
    font-weight: bold;
    color:#4CB847;
}
#menu .menu-box-2 {
    padding: 12px;
    background-color:#FFFEF5;
    box-shadow: 3px 3px 3px #808080;
    border-radius: 5px;
    margin: 0 0 30px 0;
}
#menu .menu-box-2 .menu-pic img {
    padding: 0 0 0 30%;
    width: 110px;
}
#menu .menu-title {
    font-size: 16px;
    font-weight: bold;
    padding: 1% 0 0 0;
}
#menu .menu-title-2 {
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
    padding: 2% 0 0 0;
}
/*--------------------------------------------------------------
    料金 おとな基本コース
--------------------------------------------------------------*/
#menu .menu-box ul {
    display: table;
    width: 100%;
    padding: 2% 0 0 0;
}
#menu .menu-box ul li:nth-of-type(1) {
    display: table-cell;
    width: 70%;
    vertical-align: top;
    color: #7B4D00;
    letter-spacing: 2px;
    font-weight: bold;
}
#menu .menu-box ul li:nth-of-type(2) {
    display: table-cell;
    width: 30%;
    vertical-align: top;
    color: #7B4D00;
    letter-spacing: 2px;
    font-weight: bold;
}
/*--------------------------------------------------------------
    料金 こども基本コース
--------------------------------------------------------------*/
#menu .menu-box-2 ul {
    padding: 2% 0 0 0;
}
#menu .menu-box-2 ul li:nth-of-type(1) {
    list-style-type: none;
}
#menu .menu-box-2 ul li:nth-of-type(1) p {
    list-style-type: none;
    font-weight: bold;
    padding-bottom: 0%;
    font-weight: bold;
    color: #F58021;
    font-size: 16px;
}
#menu .menu-box-2 ul li:nth-of-type(2) {
    display: table;
    width: 100%;
}
#menu .menu-box-2 ul li h4 {
    display: table-cell;
    width: 70%;
    font-weight: bold;
    color: #7B4D00;
}
#menu .menu-box-2 ul li:nth-of-type(2) p {
    display: table-cell;
    width: 30%;
    font-weight: bold;
    color: #7B4D00;
}
/*****************************************
           院長紹介
*****************************************/
/*----------------------------------------
    見出し
-----------------------------------------*/
#staff h2 {
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#staff h2 img {
    width:25px;
    margin-right:6px;
}
/*--------------------------------------------------------------
    staff:テーブル
--------------------------------------------------------------*/
.staff-img img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.staff-text ul {
	list-style: none;
}
/*--------------------------------------------------------------
    staff　余白
--------------------------------------------------------------*/
.staff-text ul li {
        padding: 2% 0 2%;
}
.staff-text ul:nth-of-type(1) {
	margin: 10px 0 0 0;
}
.staff-text ul:nth-of-type(n+3) {
	margin: 0 0 15px 0;
}
/*--------------------------------------------------------------
    staff　リスト
--------------------------------------------------------------*/
.staff-text ul li:nth-of-type(1) {
	display: table;
	width: 100%;
}
/*--------------------------------------------------------------
    staff　メニュー
--------------------------------------------------------------*/
.staff-text ul li:nth-of-type(1) h4 {
	display: table-cell;
	width: 20%;
	padding: 0% 2% 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
}
/*--------------------------------------------------------------
    staff　内容
--------------------------------------------------------------*/
.staff-text ul li:nth-of-type(1) p {
	display: table-cell;
	width: 80%;
	padding: 0% 2% 0;
	font-size: 14px;
	letter-spacing: 3px;
}
/*--------------------------------------------------------------
    staff　内容
--------------------------------------------------------------*/
.staff-text ul li:nth-of-type(2) {
	list-style-type: none;
}
.staff-text ul li:nth-of-type(2) p {
	font-size: 12px;
	list-style-type: none;
	padding-bottom: 1%;
}
.staff-text ul {
        list-style:none;
	border-bottom: 1px #A9A9A9 dotted;
}
/*****************************************
           取材風景
*****************************************/
/*----------------------------------------
    見出し
-----------------------------------------*/
#interview h2 {
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#interview h2 img {
    width:25px;
    margin-right:6px;
}
/***************************************************************
           スライダー
***************************************************************/
/*--------------------------------------------------------------
    ボックス
--------------------------------------------------------------*/
#simple {
    padding: 15px 0 10px 0;
}
/*--------------------------------------------------------------
    前矢印のアイコンフォント
--------------------------------------------------------------*/
.sp-next-arrow:before {
    font-family: FontAwesome !important;
    content: '\f105' !important;
}
/*--------------------------------------------------------------
    後矢印のアイコンフォント
--------------------------------------------------------------*/
.sp-previous-arrow:before {
    font-family: FontAwesome !important;
    content: '\f104' !important;
}

/*****************************************
           Access
*****************************************/
/*----------------------------------------
    見出し
-----------------------------------------*/
#access h2 {
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#access h2 img {
    width:25px;
    margin-right:6px;
}
#access img {
    width: 100%;
}
#access .shop-info {
       padding: 15px 0 0 0;
}
#access .shop-info table {
        width: 100%;
        border-collapse: collapse;
        border: #298018 1px solid;
}
#access .shop-info table th {
        padding: 10px 10px;
        text-align: left;
        border: #298018 1px solid;
        background: #90EE90;
        width: 30%;
        color: #008000;
        font-weight: bold;
        vertical-align: middle;
}

#access .shop-info table td {
        padding: 10px 10px;
        text-align: left;
        border: #298018 1px solid;
	background:#F0FFF0;
        width: 70%;
}
#access .shop-info table a {
        font-weight: normal;
	color:#333;
}
#access .map {
        padding:20px 0 0 0;
}
#access .gallery {
        padding:30px 0 0 0;
}
/*--------------------------------------------------------------
   余白
--------------------------------------------------------------*/
.gallery ul:nth-of-type(3) {
	padding: 0 0 0 0;
}
/*--------------------------------------------------------------
   ボックス
--------------------------------------------------------------*/
.gallery ul {
    padding: 0 0 1% 0;
}
/*--------------------------------------------------------------
   リスト
--------------------------------------------------------------*/
.gallery ul li {
    display: table;
    width: 100%;
}
/*--------------------------------------------------------------
   項目
--------------------------------------------------------------*/
.gallery ul li p {
    display: table-cell;
    width: 30%;
    padding: 0 1%;
}
/*--------------------------------------------------------------
   画像　サイズ
--------------------------------------------------------------*/
.gallery ul li p img {
    width: 100%;
}
#contact {
        padding:30px 0 0 0;
}
#contact h2 {
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#contact h2 img {
    width:25px;
    margin-right:6px;
}
/*--------------------------------------------------------------
    iframe
--------------------------------------------------------------*/
.iframe iframe {
    width: 100%;
    height: 500px;
}
/*****************************************
           出張
*****************************************/
/*----------------------------------------
    見出し
-----------------------------------------*/
#business-trip h2 {
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#business-trip h2 img {
    width:25px;
    margin-right:6px;
}
#business-trip h3 {
    font-weight: bold;
    font-size: 18px;
    color: #4CB847;
    margin: 20px 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: solid 1px #4CB847;
}
#business-trip h3 span {
        width:28px;
        height: 28px;
        color: #fff;
        font-size: 18px;
        float: left;
        margin-right: 10px;
        text-align: center;
        box-shadow:0 0 4px #aaaaaa;
        background-color: #298018;
        background-image:-webkit-linear-gradient(top,#90EE90,#298018);
        background-image:linear-gradient(to bottom,#90EE90,#298018);
        border-radius: 60px;
}
}

/* ========600px以上～768px以下======== */
@media(min-width: 600px) and (max-width:768px) {
/*****************************************
           TEMPLATE LAYOUT
*****************************************/
body {
    margin:0;
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:14px;
    color:#333;
}
#header {
    position: relative;
    background-color: #fff;
    height:200px;
}
#pr {
    position: absolute;
    left: 0;
    top: 0;
}
#header .address {
    position: absolute;
    left: 10px;
    bottom: 10px;

}
#header .tel-column {
    position: absolute;
    top:40px;
    right: 10px;
}
#header .contact {
    position: absolute;
    bottom: 18px;
    right: 10px;
}
/*--------------------------------------------------------------
    TEMPLATE　余白
--------------------------------------------------------------*/
#main-contents {
        padding: 20px 15px 0 15px;
}
#side-column .link {
    padding: 50px 0 0 0;
}
#info {
    padding: 30px 0 0 0;
}
/*****************************************
           メイン画像
*****************************************/
#main-img {
    width:100%;
    margin: 0 auto;
    position: relative;
}
#main-img img {
    width:  100%;
    height: 380px; 
}
#main-img h1 {
    position: absolute;
    bottom: 20%;
    left: 3%;
    font-size: 30px;
    color: #298018;
    text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
}
/*****************************************
           HEADER CUSTOMIZ
*****************************************/
#header h1 img {
    margin:0;
    width:60%;
    position: absolute;
    left: 21%;
    top: 21%;
}
#header #pr {
    width:100%;
    padding: 4px 0;
    background-color:#298018;
}
#header #pr p {
    margin: 0;
    font-size: 12px;
    color: #fff;
    padding: 0 0 0 5px;
}
#header #gnavi li a {
    display: block;
}
.address {
    display: none;
}
.tel-column {
    display: none;
}
.contact {
    display: none;
}
/*****************************************
           NAV CUSTOMIZE
*****************************************/
#nav {
    display: none;
}
/*--------------------------------------------------------------
    ナビゲーション　余白
--------------------------------------------------------------*/
#navi-sp {
        padding:0px 0 0 0;
}
/*--------------------------------------------------------------
    ナビゲーション　リスト
--------------------------------------------------------------*/
#navi-sp ul {
        display: table;
        width: 100%;
        border-spacing: 1px 1px;
}
/*--------------------------------------------------------------
    ナビゲーション　項目
--------------------------------------------------------------*/
#navi-sp ul li {
        display: table-cell;
        width: 50%;
        vertical-align: center;
        text-align: center;
}
/*--------------------------------------------------------------
    ナビゲーション　リンク
--------------------------------------------------------------*/
#navi-sp ul li a {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        background: #8CC540;
        display: block;
        padding: 5%;
}
#navi-sp ul li a:hover {
        background: #298018;
}

/*****************************************
           MAIN CONTENTS CUSTOMIZE
*****************************************/
#aisatsu h2 {
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#aisatsu h2 img {
    width:25px;
    margin-right:6px;
}
#aisatsu span {
    font-weight: bold;
} 
#aisatsu .aisatsu-table{
    display: table;
    width: 100%;
}
#aisatsu .aisatsu-img {
    display: table-cell;
    width: 50%;
}
#aisatsu .aisatsu-img img {
    width: 360px;
    display: block;
}
#aisatsu .aisatsu-text {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
#aisatsu .aisatsu-text .aisatsu-director {
    padding: 5px 0 0 0;
    text-align: right;
}
#main-column #info h2 {
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#main-column #info h2 img {
    width:25px;
    margin-right:6px;
}

/*****************************************
           SUBCONTENTS CUSTOMIZE
*****************************************/
#side-column .link ul {
    list-style: none;
}
#side-column .link li a {
    display: block;
    margin-bottom:10px;
    text-decoration: none;
    color: #fff;
}
#side-column .link li a:hover { opacity: 0.8}

#side-column .link img{
    width: 50%;
    height: auto;
}
/*****************************************
           PAGETOP CUSTOMIZE
*****************************************/
#pageTop {
   padding:20px 0;
   text-align:right;
   font-size:12px;
}

#pageTop a {
   padding-left:8px;
}
/*****************************************
           FOOTER CUSTOMIZE
*****************************************/
#footer {
    background: #298018;
    margin: 0 auto;
}
.copyright {
    padding:40px 0 70px;
    font-size:11px;
    font-style:normal;
    color:#fff;
    text-align:center;
}
/*****************************************
           メニュー
*****************************************/
#menu h2 {
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#menu h2 img {
    width:25px;
    margin-right:6px;
}
#menu .menu-box h3 {
    font-size: 18px;
    font-weight: bold;
    color:#4CB847;
    text-align: center;
}
#menu .menu-box h3 img {
    width: 30px;
    margin-right: 3px;
}
#menu .menu-box img {
      text-align:right;
}
#menu .menu-container {
    padding: 20px 20px 5px;
    background-color:#FFFBCF;
}
#menu .menu-box {
    padding: 20px;
    background-color:#FFFEF5;
    box-shadow: 3px 3px 3px #808080;
    border-radius: 5px;
    margin: 0 0 30px 0;
}
#menu .menu-box span {
    font-weight: bold;
    color:#4CB847;
}
#menu .menu-box-2 h3 {
    font-size: 18px;
    font-weight: bold;
    color:#F58021;
    text-align: center;
}
#menu .menu-box-2 h3 img {
    width: 30px;
    margin-right: 3px;
}
#menu .menu-box-2 {
    padding: 20px;
    background-color:#FFFEF5;
    box-shadow: 3px 3px 3px #808080;
    border-radius: 5px;
    margin: 0 0 30px 0;
}
#menu .menu-box-2 span {
    font-weight: bold;
}
#menu .menu-box-2 .menu-pic img {
    padding: 0 0 0 80%;
    width: 120px;
}
#menu .menu-title {
    font-size: 16px;
    font-weight: bold;
    padding: 1% 0 0 0;
}
#menu .menu-title-2 {
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
    padding: 2% 0 0 0;
}
/*--------------------------------------------------------------
    料金 おとな基本コース
--------------------------------------------------------------*/
#menu .menu-box ul {
    display: table;
    width: 100%;
    padding: 2% 0 0 0;
}
#menu .menu-box ul li:nth-of-type(1) {
    display: table-cell;
    width: 70%;
    vertical-align: top;
    color: #7B4D00;
    letter-spacing: 2px;
    font-weight: bold;
}
#menu .menu-box ul li:nth-of-type(2) {
    display: table-cell;
    width: 30%;
    vertical-align: top;
    color: #7B4D00;
    letter-spacing: 2px;
    font-weight: bold;
}
/*--------------------------------------------------------------
    料金 こども基本コース
--------------------------------------------------------------*/
#menu .menu-box-2 ul {
    padding: 2% 0 0 0;
}
#menu .menu-box-2 ul li:nth-of-type(1) {
    list-style-type: none;
}
#menu .menu-box-2 ul li:nth-of-type(1) p {
    list-style-type: none;
    font-weight: bold;
    padding-bottom: 0%;
    font-weight: bold;
    color: #F58021;
    font-size: 16px;
}
#menu .menu-box-2 ul li:nth-of-type(2) {
    display: table;
    width: 100%;
}
#menu .menu-box-2 ul li h4 {
    display: table-cell;
    width: 70%;
    font-weight: bold;
    color: #7B4D00;
}
#menu .menu-box-2 ul li:nth-of-type(2) p {
    display: table-cell;
    width: 30%;
    font-weight: bold;
    color: #7B4D00;
}

/*****************************************
           院長紹介
*****************************************/
/*----------------------------------------
    見出し
-----------------------------------------*/
#staff h2 {
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#staff h2 img {
    width:25px;
    margin-right:6px;
}
/*--------------------------------------------------------------
    staff:テーブル
--------------------------------------------------------------*/
.staff-table{
	display: table;
	width: 100%;
	margin: 15px auto;
}
.introduce-img{
	display: table-cell;
	width: 50%;
}
.staff-img img{
	width: 100%;
}
.staff-text{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.staff-text ul {
        list-style: none;
        margin-left: 20px;
}
/*--------------------------------------------------------------
    staff　余白
--------------------------------------------------------------*/
.staff-text ul li {
        padding: 2% 0 2%;
}
.staff-text ul:nth-of-type(n+2) {
	padding: 0% 0 0 0;
}
.staff-text ul:nth-of-type(n+4) {
	margin: 0 0 20px 0;
}
/*--------------------------------------------------------------
    staff　リスト
--------------------------------------------------------------*/
.staff-text ul li:nth-of-type(1) {
	display: table;
	width: 100%;
}
/*--------------------------------------------------------------
    staff　項目
--------------------------------------------------------------*/
.staff-text ul li:nth-of-type(1) h4 {
	display: table-cell;
	width: 20%;
	font-size: 14px;
	font-weight: bold;
}
/*--------------------------------------------------------------
    staff　内容
--------------------------------------------------------------*/
.staff-text ul li:nth-of-type(1) p {
	display: table-cell;
	width: 80%;
	font-size: 14px;
}
.staff-text ul {
	border-bottom: 1px #A9A9A9 dotted;
}
/*****************************************
           取材風景
*****************************************/
/*----------------------------------------
    見出し
-----------------------------------------*/
#interview h2 {
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#interview h2 img {
    width:25px;
    margin-right:6px;
}
/***************************************************************
           スライダー
***************************************************************/
/*--------------------------------------------------------------
    ボックス
--------------------------------------------------------------*/
#simple {
    padding: 15px 0 10px 0;
}
/*--------------------------------------------------------------
    前矢印のアイコンフォント
--------------------------------------------------------------*/
.sp-next-arrow:before {
    font-family: FontAwesome !important;
    content: '\f105' !important;
}
/*--------------------------------------------------------------
    後矢印のアイコンフォント
--------------------------------------------------------------*/
.sp-previous-arrow:before {
    font-family: FontAwesome !important;
    content: '\f104' !important;
}

/*****************************************
           Access
*****************************************/
/*----------------------------------------
    見出し
-----------------------------------------*/
#access h2 {
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#access h2 img {
    width:25px;
    margin-right:6px;
}
#access img {
    width: 100%;
}
#access .shop-info {
       padding: 15px 0 0 0;
}
#access .shop-info table {
        width: 100%;
        border-collapse: collapse;
        border: #298018 1px solid;
}
#access .shop-info table th {
        padding: 10px 10px;
        text-align: left;
        border: #298018 1px solid;
        background: #90EE90;
        width: 30%;
        color: #008000;
        font-weight: bold;
        vertical-align: middle;
}

#access .shop-info table td {
        padding: 10px 10px;
        text-align: left;
        border: #298018 1px solid;
	background:#F0FFF0;
        width: 70%;
}
#access .shop-info table a {
        font-weight: normal;
	color:#333;
}
#access .map {
        padding:20px 0 0 0;
}
#access .gallery {
        padding:30px 0 0 0;
}
/*--------------------------------------------------------------
   余白
--------------------------------------------------------------*/
.gallery ul:nth-of-type(3) {
	padding: 0 0 0 0;
}
/*--------------------------------------------------------------
   ボックス
--------------------------------------------------------------*/
.gallery ul {
    padding: 0 0 1% 0;
}
/*--------------------------------------------------------------
   リスト
--------------------------------------------------------------*/
.gallery ul li {
    display: table;
    width: 100%;
}
/*--------------------------------------------------------------
   項目
--------------------------------------------------------------*/
.gallery ul li p {
    display: table-cell;
    width: 30%;
    padding: 0 1%;
}
/*--------------------------------------------------------------
   画像　サイズ
--------------------------------------------------------------*/
.gallery ul li p img {
    width: 100%;
}
#contact {
        padding:30px 0 0 0;
}
#contact h2 {
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#contact h2 img {
    width:25px;
    margin-right:6px;
}
/*--------------------------------------------------------------
    iframe
--------------------------------------------------------------*/
.iframe iframe {
    width: 100%;
    height: 500px;
}
/*****************************************
           出張
*****************************************/
/*----------------------------------------
    見出し
-----------------------------------------*/
#business-trip h2 {
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#business-trip h2 img {
    width:25px;
    margin-right:6px;
}
#business-trip h3 {
    font-weight: bold;
    font-size: 18px;
    color: #4CB847;
    margin: 20px 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: solid 1px #4CB847;
}
#business-trip h3 span {
        width:28px;
        height: 28px;
        color: #fff;
        font-size: 18px;
        float: left;
        margin-right: 10px;
        text-align: center;
        box-shadow:0 0 4px #aaaaaa;
        background-color: #298018;
        background-image:-webkit-linear-gradient(top,#90EE90,#298018);
        background-image:linear-gradient(to bottom,#90EE90,#298018);
        border-radius: 60px;
}

}

/* ========769x以上======== */
@media(min-width: 769px) {
/*****************************************
           TEMPLATE LAYOUT
*****************************************/
body {
    margin:0;
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:14px;
    color:#333;
    background:url(image.php?id=5) repeat;
}
#header {
    position: relative;
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
    height:190px;
    background-image: url(image.php?id=2);
}
#pr {
    position: absolute;
    left: 0;
    top: 0;
    width: 960px;
}
#header h1 {
    position: absolute;
    left: 10px;
    top: 13px;
    width: 960px;
}
#header .address {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 960px;
}
#header .tel-column {
    position: absolute;
    top:40px;
    right: 10px;
}
#header .contact {
    position: absolute;
    bottom: 18px;
    right: 10px;
}
#main-contents {
    clear:both;
    width: 960px;
    margin: 0 auto;
    padding: 0px;
}
#main-contents:after {
    content: "";
    clear: both;
    display: block;
}
#main-column {
    float: right;
    width: 75%;
    padding-left: 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#side-column {
    float: right;
    width: 25%;
}
#pageTop {
   clear:both;
}

#main-contents {
    background-color: #fff;
    padding: 20px 15px 0px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



/*****************************************
           メイン画像
*****************************************/
#main-img {
    width:960px;
    margin: 0 auto;
    position: relative;
}
#main-img img {
    width:  100%;
    height: 360px; 
}
#main-img h1 {
    position: absolute;
    bottom: 20%;
    left: 3%;
    font-size: 36px;
    color: #298018;
    text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
}

/*****************************************
           HEADER CUSTOMIZ
*****************************************/
#header h1 {
    padding-top: 25px;
    font-size: 32px;
    color: fff;
    line-height: 50px;
    width:150px;
}
#header h1 img {
    margin:0;
    width:300px;
}
#header h1 a {
    color: #9B0000;
}
#header h1 a:hover {
    opacity: 0.7;
}
#header #pr {
    padding: 4px 0;
    background-color:#298018;
}
#header #pr p {
    margin: 0;
    font-size: 12px;
    color: #fff;
    padding: 0 0 0 5px;
}
#header #gnavi li a {
    display: block;
}
/*--------------------------------------------------------------
    住所＆電話受付時間
--------------------------------------------------------------*/
#header .address p{
    color: #5A482B;
    font-weight: bold;
    font-size: 12px;
}
  
/*--------------------------------------------------------------
    TEL CUSTOMIZ
--------------------------------------------------------------*/
#header .tel-column {
    padding: 10px;
    border: solid 1px #5A482B;
    box-shadow:0 0 4px #aaaaaa;
    width:210px;
    text-align: center;
    background-color: rgba(225,225,225,0.8);
}
#header .tel-column .tel-text {
    font-size: 12px;
    color: #5A482B;
    font-weight: bold;
}

#header .tel {
    color: #5A482B;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.0;
}
#header .tel-column i {
    margin-right: 10px;
    color: #5A482B;
    font-size: 25px;
}
/*--------------------------------------------------------------
    お問い合わせ CUSTOMIZ
--------------------------------------------------------------*/
#header .contact {
    padding: 10px;
    border: solid 1px #5A482B;
    box-shadow:0 0 4px #aaaaaa;
    width:210px;
    background-color: rgba(225,225,225,0.8);
}

#header .contact a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #5A482B;
    font-weight: bold;
}
#header .contact:hover {
    opacity: 0.7;
}

#header .contact i{
    margin-right: 10px;
    color: #5A482B;
}

/*****************************************
           NAV CUSTOMIZE
*****************************************/
#nav ul {
    list-style: none;
}
#nav ul li a {
    display: block;
    font-size: 15px;
    color:#298018;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    background-color: #F5F5F5;
    background-image:-webkit-linear-gradient(top,#FFFFFF,#DCDCDC);
    background-image:linear-gradient(to bottom,#FFFFFF,#DCDCDC);
    border-top: solid 10px #298018;
    border: solid 1px #298018;
    border-top: solid 10px #298018;
    border-radius: 5px;
}
#nav ul li a:hover {
    color:#32CD32;
    box-shadow: 0 0 10px #808080;
    opacity: 0.9;
}
#nav ul li {
    margin-bottom:4px;
}

#nav ul i {
    margin-right: 10px;
}
#navi-sp {
    display: none;
}

/*****************************************
           MAIN CONTENTS CUSTOMIZE
*****************************************/
#aisatsu h2 {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#aisatsu h2 img {
    width:25px;
    margin-right:6px;
}
#aisatsu span {
    font-weight: bold;
} 
#aisatsu .aisatsu-table{
    display: table;
    width: 100%;
}
#aisatsu .aisatsu-img {
    display: table-cell;
    width: 40%;
}
#aisatsu .aisatsu-img img {
    max-width: 300px;
    display: block;
    padding:0 10px 0 0;
}
#aisatsu .aisatsu-text {
    display: table-cell;
    width: 60%;
    vertical-align: top;
}
#aisatsu .aisatsu-text p {
    font-size: 13px;
}
#aisatsu .aisatsu-text .aisatsu-director {
    padding: 5px 0 0 0;
    text-align: right;
}

#main-column #info {
    padding: 30px 0 0 0;
}

#main-column #info h2 {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#main-column #info h2 img {
    width:25px;
    margin-right:6px;
}


/*****************************************
           SUBCONTENTS CUSTOMIZE
*****************************************/
#side-column .link {
    padding: 15px 0 0 0;
}

#side-column .link ul {
    list-style: none;
}
#side-column .link li a {
    display: block;
    margin-bottom:10px;
    text-decoration: none;
    color: #fff;
}
#side-column .link li a:hover { opacity: 0.8}

#side-column .link img{
    width: 100%;
    height: auto;
}

/*****************************************
           PAGETOP CUSTOMIZE
*****************************************/
#pageTop {
   padding:20px 0;
   text-align:right;
   font-size:11px;
}

#pageTop a {
   padding-left:8px;
}
/*****************************************
           FOOTER CUSTOMIZE
*****************************************/
#footer {
    background: #298018;
    width: 960px;
    margin: 0 auto;
}
.copyright {
    padding:40px 0 50px;
    font-size:11px;
    font-style:normal;
    color:#fff;
    text-align:center;
}
/*****************************************
           メニュー
*****************************************/
#menu h2 {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#menu h2 img {
    width:25px;
    margin-right:6px;
}
#menu .menu-container {
    padding: 20px 20px 1px;
    background-color:#FFFBCF;
}
#menu .menu-box h3 {
    font-size: 18px;
    font-weight: bold;
    color:#4CB847;
    text-align: center;
}
#menu .menu-box h3 img {
    width: 30px;
    margin-right: 3px;
}
#menu .menu-box {
    padding: 20px;
    background-color:#FFFEF5;
    box-shadow: 3px 3px 3px #808080;
    border-radius: 5px;
    margin: 0 0 30px 0;
}
#menu .menu-box span {
    font-weight: bold;
    color:#4CB847;
}
#menu .menu-box-2 h3 {
    font-size: 18px;
    font-weight: bold;
    color:#F58021;
    text-align: center;
}
#menu .menu-box-2 h3 img {
    width: 30px;
    margin-right: 3px;
}
#menu .menu-box-2 {
    padding: 20px;
    background-color:#FFFEF5;
    box-shadow: 3px 3px 3px #808080;
    border-radius: 5px;
    margin: 0 0 30px 0;
}
#menu .menu-box-2 span {
    font-weight: bold;
}
#menu .menu-box-2 .menu-pic img {
    padding: 0 0 0 80%;
    width: 120px;
}
#menu .menu-title {
    font-size: 16px;
    font-weight: bold;
    padding: 1% 0 0 0;
}
#menu .menu-title-2 {
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
    padding: 2% 0 0 0;
}
/*--------------------------------------------------------------
    料金 おとな基本コース
--------------------------------------------------------------*/
#menu .menu-box ul {
    display: table;
    width: 100%;
    padding: 2% 0 0 0;
}
#menu .menu-box ul li:nth-of-type(1) {
    display: table-cell;
    width: 70%;
    vertical-align: top;
    color: #7B4D00;
    letter-spacing: 2px;
    font-weight: bold;
}
#menu .menu-box ul li:nth-of-type(2) {
    display: table-cell;
    width: 30%;
    vertical-align: top;
    color: #7B4D00;
    letter-spacing: 2px;
    font-weight: bold;
}
/*--------------------------------------------------------------
    料金 こども基本コース
--------------------------------------------------------------*/
#menu .menu-box-2 ul {
    padding: 2% 0 0 0;
}
#menu .menu-box-2 ul li:nth-of-type(1) {
    list-style-type: none;
}
#menu .menu-box-2 ul li:nth-of-type(1) p {
    list-style-type: none;
    font-weight: bold;
    padding-bottom: 0%;
    font-weight: bold;
    color: #F58021;
    font-size: 16px;
}
#menu .menu-box-2 ul li:nth-of-type(2) {
    display: table;
    width: 100%;
}
#menu .menu-box-2 ul li h4 {
    display: table-cell;
    width: 70%;
    font-weight: bold;
    color: #7B4D00;
}
#menu .menu-box-2 ul li:nth-of-type(2) p {
    display: table-cell;
    width: 30%;
    font-weight: bold;
    color: #7B4D00;
}
/*****************************************
           院長紹介
*****************************************/
/*----------------------------------------
    見出し
-----------------------------------------*/
#staff h2 {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#staff h2 img {
    width:25px;
    margin-right:6px;
}
/*--------------------------------------------------------------
    staff:テーブル
--------------------------------------------------------------*/
.staff-table{
	display: table;
	width: 100%;
	margin: 15px auto;
}
.introduce-img{
	display: table-cell;
	width: 50%;
}
.staff-img img{
	max-width: 300px;
	display: block;
	margin: 0 auto;
        padding-right:10px;
}
.staff-text{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.staff-text ul {
        list-style: none;
}
.staff-text ul li {
        padding-left: 10px;
}
/*--------------------------------------------------------------
    staff　余白
--------------------------------------------------------------*/
.staff-text ul li {
        padding: 2% 0 2%;
}
.staff-text ul:nth-of-type(n+2) {
	padding: 0% 0 0 0;
}
.staff-text ul:nth-of-type(n+4) {
	margin: 0 0 20px 0;
}
/*--------------------------------------------------------------
    staff　リスト
--------------------------------------------------------------*/
.staff-text ul li:nth-of-type(1) {
	display: table;
	width: 100%;
}
/*--------------------------------------------------------------
    staff　項目
--------------------------------------------------------------*/
.staff-text ul li:nth-of-type(1) h4 {
	display: table-cell;
	width: 20%;
	padding: 0% 0% 0;
	font-size: 14px;
	font-weight: bold;
}
/*--------------------------------------------------------------
    staff　内容
--------------------------------------------------------------*/
.staff-text ul li:nth-of-type(1) p {
	display: table-cell;
	width: 80%;
	padding: 0% 0% 0;
	font-size: 14px;
}
.staff-text ul {
	border-bottom: 1px #A9A9A9 dotted;
}
/*****************************************
           取材風景
*****************************************/
/*----------------------------------------
    見出し
-----------------------------------------*/
#interview h2 {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#interview h2 img {
    width:25px;
    margin-right:6px;
}
/***************************************************************
           スライダー
***************************************************************/
/*--------------------------------------------------------------
    ボックス
--------------------------------------------------------------*/
#simple {
    padding: 15px 0 10px 0;
}
/*--------------------------------------------------------------
    前矢印のアイコンフォント
--------------------------------------------------------------*/
.sp-next-arrow:before {
    font-family: FontAwesome !important;
    content: '\f105' !important;
}
/*--------------------------------------------------------------
    後矢印のアイコンフォント
--------------------------------------------------------------*/
.sp-previous-arrow:before {
    font-family: FontAwesome !important;
    content: '\f104' !important;
}

/*****************************************
           Access
*****************************************/
/*----------------------------------------
    見出し
-----------------------------------------*/
#access h2 {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#access h2 img {
    width:25px;
    margin-right:6px;
}
#access img {
    width: 100%;
}
#access .shop-info {
       padding: 15px 0 0 0;
}
#access .shop-info table {
        width: 100%;
        border-collapse: collapse;
        border: #298018 1px solid;
}
#access .shop-info table th {
        padding: 10px 10px;
        text-align: left;
        border: #298018 1px solid;
        background: #90EE90;
        width: 30%;
        color: #008000;
        font-weight: bold;
        vertical-align: middle;
}

#access .shop-info table td {
        padding: 10px 10px;
        text-align: left;
        border: #298018 1px solid;
	background:#F0FFF0;
        width: 70%;
}
#access .shop-info table a {
        font-weight: normal;
	color:#333;
}
#access .map {
        padding:20px 0 0 0;
}
#access .gallery {
        padding:30px 0 0 0;
}

/*--------------------------------------------------------------
   ボックス
--------------------------------------------------------------*/
.gallery ul {
    padding: 0 0 1% 0;
}
/*--------------------------------------------------------------
   リスト
--------------------------------------------------------------*/
.gallery ul li {
    display: table;
    width: 100%;
}
/*--------------------------------------------------------------
   項目
--------------------------------------------------------------*/
.gallery ul li p {
    display: table-cell;
    width: 30%;
    padding: 0 1%;
}
/*--------------------------------------------------------------
   画像　サイズ
--------------------------------------------------------------*/
.gallery ul li p img {
    width: 100%;
}
#contact {
        padding:30px 0 0 0;
}
#contact h2 {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#contact h2 img {
    width:25px;
    margin-right:6px;
}
/*--------------------------------------------------------------
    iframe
--------------------------------------------------------------*/
.iframe iframe {
    width: 100%;
    height: 550px;
}
/*****************************************
           出張
*****************************************/
/*----------------------------------------
    見出し
-----------------------------------------*/
#business-trip h2 {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #298018;
    margin-bottom: 15px;
    box-shadow:0 0 4px #aaaaaa;
    background-image:-webkit-linear-gradient(top,#298018,#32CD32);
    background-image:linear-gradient(to bottom,#298018,#32CD32);
    border-bottom: solid 5px #90EE90;
}
#business-trip h2 img {
    width:25px;
    margin-right:6px;
}
#business-trip h3 {
    font-weight: bold;
    font-size: 18px;
    color: #4CB847;
    margin: 20px 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: solid 1px #4CB847;
}
#business-trip h3 span {
        width:28px;
        height: 28px;
        color: #fff;
        font-size: 18px;
        float: left;
        margin-right: 10px;
        text-align: center;
        box-shadow:0 0 4px #aaaaaa;
        background-color: #298018;
        background-image:-webkit-linear-gradient(top,#90EE90,#298018);
        background-image:linear-gradient(to bottom,#90EE90,#298018);
        border-radius: 60px;
}
}