@charset "utf-8";
@media screen and (min-width: 1201px) { html{font-size:16px; } }@media screen and (max-width: 1200px) { html{font-size:15px; } }@media screen and (max-width: 1024px) { html{font-size:14px; } }@media screen and (max-width: 768px) {  html{font-size:13px; } }@media screen and (max-width: 480px) {  html{font-size:12px; } }a,a:visited,a:active { color:#424242FF}a:hover { color:#bababaFF}
/* css setting */
/*　==============================　COMPANY　==============================　*/
/*　----------　アンカーボタン　----------　*/
.color_btn .fs_btn_text_main {
font-size:1.4rem;
}
.color_btn .fs_btn_text_sub {
font-size:0.9rem;
}
.color_btn .fs_btn{
line-height: 1.4rem;
background-color: rgba(85,99,105,0.45);
}
.color_btn .fs_btn:hover {
background-color: rgba(85,99,105,0.05);
}
/*　----------　会社概要　----------　*/
.cp_left {
font-size: 0.9rem;
padding: 1rem 0;
vertical-align: top;
width: 20%;
font-weight: bold;
text-align: justify;
color: #7a8e96;
}
.cp_right {
font-size: 0.9rem;
text-align: justify;
padding: 1rem  0 1rem 1rem;
vertical-align: top;
width: 80%;
}
.cp_line {
border-top:1px solid #ccc;
}

/*　==============================　ABOUT　==============================　*/
/*　--------------------　特長ボックス　--------------------　*/
.about_pickup_box{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
align-items: center;
flex-flow: row wrap;
}
.about_pickup_item_blue{
display: -webkit-inline-flex;
display: -moz-inline-flex;
display: -ms-inline-flex;
display: -o-inline-flex;
display: inline-flex;
justify-content: center;
align-items: center;
margin: 0 auto;
/*background-color: #424242;*/
background: url(/trial/tri_tama_hoikuen/files/7715/2566/5323/circle_blue.png) no-repeat;
max-width: 400px;
width: 100%;
height: 400px;
}
.about_pickup_item_pink{
display: -webkit-inline-flex;
display: -moz-inline-flex;
display: -ms-inline-flex;
display: -o-inline-flex;
display: inline-flex;
justify-content: center;
align-items: center;
margin: 0 auto;
/*background-color: #424242;*/
background: url(/trial/tri_tama_hoikuen/files/9615/2566/5323/circle_pink.png) no-repeat;
max-width: 400px;
width: 100%;
height: 400px;
}
.about_pickup_item_orange{
display: -webkit-inline-flex;
display: -moz-inline-flex;
display: -ms-inline-flex;
display: -o-inline-flex;
display: inline-flex;
justify-content: center;
align-items: center;
margin: 0 auto;
/*background-color: #424242;*/
background: url(/trial/tri_tama_hoikuen/files/7915/2566/5323/circle_orange.png) no-repeat;
max-width: 400px;
width: 100%;
height: 400px;
}
@media screen and (max-width: 968px) {
.about_pickup_item_blue{
font-size: 80%;
height: auto;
padding: 5rem 0rem;
}
.about_pickup_item_pink{
font-size: 80%;
height: auto;
padding: 5rem 0rem;
}
.about_pickup_item_orange{
font-size: 80%;
height: auto;
padding: 5rem 0rem;
}
}
@media screen and (max-width: 480px) {
.about_pickup_item_blue{
margin: 0rem 1rem 0rem 1rem;
padding: 1rem 0rem;
}
.about_pickup_item_pink{
margin: 0rem 1rem 0rem 1rem;
padding: 1rem 0rem;
}
.about_pickup_item_orange{
margin: 0rem 1rem 0rem 1rem;
padding: 1rem 0rem;
}
}

/*　==============================　header　==============================　*/
/*　--------------------　Fatナビに関する設定　--------------------　*/
.fat-nav li {
list-style-type: none;
text-align: left;
padding: 1.5rem 0 1.5rem 2rem;
font-size: 1.2rem;
border-bottom: 1px solid #969696;
}
.fat-nav{
background: rgba(45, 55, 60, 0.96);
}
.hamburger .hamburger__icon, .hamburger .hamburger__icon:before, .hamburger .hamburger__icon:after {
background-color: #5c4d3f;
}

/*　Fatnaviフィックス　*/
#topfix-A {
position: absolute;
z-index: 50;
top: 0;
right: 0;
}
#topfix-B {
position: absolute;
z-index: 10;
top: 0;
right: 0;
color: #5c4d3f;
}

/*　==============================　footer　==============================　*/
/*　サイトマップ　*/
.sitemap-table {
padding: 0 0 0.5rem 1rem;
vertical-align: top;
width: 50%;
line-height: 1.5rem;
}
.sitemap-table a, .sitemap-table a:visited, .sitemap-table a:active ,
.f-link a , .f-link a:visited, .f-link a:active  {
color: #ffffff;
}
.sitemap-table a:hover ,
.f-link a:hover{
opacity: 0.5;
transition:0.3s;
}
/*　コンタクトボタン　*/
.f-contact .fs_btn_text {
line-height:1.1rem;
}
.f-contact .fs_btn_text_sub{
font-size: 0.7rem;
}
.f-contact .fs_btn_text_main{
font-size: 0.9rem;
}

/*　==============================　文字に関する設定　==============================　*/
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.eiji {
font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
.space{
letter-spacing: 0.2rem;
}
.space-1{
letter-spacing: 0.1rem;
}
.space-2{
letter-spacing: 0.4rem;
}
.br-sp{
display:none;
}
.br-sp-r{
display:inline;
}
@media screen and (max-width: 900px) { 
}
@media screen and (max-width: 480px) { 
.tx-center{
text-align: center!important;
}
.tx-left{
text-align: left!important;
}
.tx-right{
text-align: right!important;
}
.br-sp{
display:block;
line-height:0rem;
}
.br-sp-r{
display:none;
}
}

/*　==============================　色に関する設定　==============================　*/
.rgba-white{
background-color:rgba(255,255,255,0.8);
}
.rgba-black{
background-color:rgba(0,0,0,0.8);
}
.rgba-black4{
background:none;
}

/*　==============================　デフォルト　==============================　*/
/*　--------------------　ページリストタグ　--------------------　*/
.tk_tags_Tags{
background-color: #8ab92a;
color: #ffffff;
}

/*　--------------------　マルチイメージのポインター無　--------------------　*/
.cuosor {
pointer-events: none ;
cursor: default ;
}
/*　--------------------　telリンク - スマホ版のみ　--------------------　*/
@media screen and (min-width: 768px) {
a[href^="tel:"] {
	pointer-events: none;
}
}
@media screen and (min-width: 480px) {
.tel_splink {
pointer-events: none;
}
}
/*　———　スマホ時改行なし　———　*/
@media screen and (max-width: 480px){
.sp-br-none br {
display:none;
}
}
/*　———　スマホ時改行あり　———　*/
@media only screen and (min-width: 769px){
.sp-br br {
display:none;
}
}

/*　--------------------　その他　--------------------　*/
a {
text-decoration:none;
}
h1 , h2 , h3 {
margin: 0px 0px 0px 0px;
padding: 0px 0px;
margin-top: 0px;
font-weight: normal;
}
.hover-opacity:hover{
opacity: 0.8;
transition:0.6s;
}
.hover-opacity-img:hover {
opacity:0.7;
transition:0.6s;
}
.cuosor {
pointer-events: none ;
cursor: default ;
}
/*　box-shadow　*/
.boxshadow_20 {
box-shadow: 4px 4px 6px 0 rgba(0,0,0,.20);
}
.boxshadow_50 {
box-shadow: 4px 4px 6px 0 rgba(0,0,0,.5);
}
.boxshadow_90 {
box-shadow: 4px 4px 6px 0 rgba(0,0,0,.9);
}
/*　--------------------　トップボタン　--------------------　*/
/*　ボタンline-height　*/
.btn-detail .fs_btn_text {
line-height: 1.6;
}
/*　ピックアップボタン　*/
.btn_pickup .fs_btn_text_main {
letter-spacing: 0.2rem;
font-size:1.2rem;
}
.btn_pickup .fs_btn_text_sub {
font-size:0.8rem;
font-weight: bold;
}
.btn_pickup  .fs_btn {
background-color: rgba(33,33,33,0.5);
}
.btn_pickup .fs_btn:hover{
background-color: rgba(33,33,33,0.05);
}
/*　ページトップボタン　*/
.pagetop_btm{
position: fixed;
z-index: 20;
bottom: 0;
right: 0;
}
.pagetop_btm .fs_btn{
line-height: 1.6;
}
.pagetop_btm_sp {
background-color: rgba(0, 70, 150, 0.7);
}

/*　--------------------　Google font　--------------------　*/
.googlefont {
font-family: 'Roboto', 游ゴシック Medium,Yu Gothic Medium,游ゴシック体,YuGothic,sans-serif;
}

/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


/*　--------------------　decoration　--------------------　*/
/*　2018.05.07chigusa add start　*/
/*　------ナビゲーション画像設定------　*/
/*global navigation*/
ul#fsNavMenuList li a span.sub_title {
    font-weight: bold;
    font-size: 100%!important;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    color: #5b4c3f;/*基本のBrown*/
}
ul#fsNavMenuList li a span.sub_title:hover {
    color: #e99770;/*マウスオーバーOrange*/
}
ul#fsNavMenuList li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
ul#fsNavMenuList li a img {
    padding: 10px;
}

/*global navigation for mobile*/
.fat-nav__wrapper li a img {
    padding: 10px;
}
.fat-nav__wrapper li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.fat-nav__wrapper li a {
    border: none;
}
/*　------footer------　*/
footer {
    padding-top: 30px;
}
/*　------TitleDecoration------　*/
/*点囲みタイトル*/
#MainContents h2.normalTitle,div.normalTitle h2 {
    background: #ffeca4;
    box-shadow: 0px 0px 0px 5px #ffeca4;
    border: dashed 1px #f2c61e;
    padding: 0.2em 0.5em;
    color: #796a54;
    margin: 25px 5px 15px;
    font-weight: bold;
text-align: left;
}
/*ストライプタイトル*/
.stripe{ 
  position: relative;
  padding: 0.3em;
}
.stripe:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, skyblue, skyblue 2px, white 2px, white 4px);
}
.stripeGreen:after {
  background: repeating-linear-gradient(-45deg, #8ab92a, #8ab92a 2px, white 2px, white 4px);
}
.stripePink:after {
  background: repeating-linear-gradient(-45deg, #f590c0, #f590c0 2px, white 2px, white 4px);
}
.stripeOrange:after {
  background: repeating-linear-gradient(-45deg, #e99770, #e99770 2px, white 2px, white 4px);
}
.stripeBrown:after {
  background: repeating-linear-gradient(-45deg, #796a54, #796a54 2px, white 2px, white 4px);
}
/*点囲みボックス*/
.box15 {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #796a54;
    background: #ffeca4;
    box-shadow: 0px 0px 0px 10px #ffeca4;
    border: dashed 2px #f2c61e;
    border-radius: 8px;
}
.box15 p {
    margin: 0.2em; 
    padding: 0;
}

/*1文字目が大きいタイトル*/
.titleGreen {
 color: #95b946;
 line-height: 2;
}
.titleGreen:first-letter {
 font-size:150%;
 background: #95b946;
 color:#fff;
}
.titleOrange {
 color: #de9876;
 line-height: 2;
}
.titleOrange:first-letter {
 font-size:150%;
 background: #de9876;
 color:#fff;
}
.titleBlue {
 color: #76aede;
 line-height: 2;
}
.titleBlue:first-letter {
 font-size:150%;
 background: #76aede;
 color:#fff;
}
.titleBrown {
 color: #796a54;
 line-height: 2;
}
.titleBrown:first-letter {
 font-size:150%;
 background: #796a54;
 color:#fff;
}
/*　------TableDecoration------　*/
table.normalTable,
table.normalTable tr,
table.normalTable th,
table.normalTable td {
    border: 1px solid #dfdfdf;
    padding: 10px;
    text-align: left;
}
table.normalTable {
    width: 100%;
}
table.normalTable th {
    background: #f2ffd4;
}
/*　------BoxDecoration------　*/
div.roundBox {
    border-radius: 30px;
    margin-top: 10px;
}
/*　--------------------　layout　--------------------　*/
/*　------ImageLayout------　*/
@media screen and (max-width: 480px) {
 .backIllust {
    width: 30%;
    float: right;
 }
}



/*　2018.05.07chigusa add end　*/