﻿.bg_color1 {background-color: #d3d3d8;color: #333;}
.border_color1 {border-color: #d3d3d8;}.txt_color1 {color: #b6b6bb;}
.hvr_txt_color1:hover {color: #035666;}
.hvr_bg_color4:hover {background-color: #d3d3d8;}
/* ----------　all　---------- */
.linkStyle{
	color:#035666;
}
.linkStyle:hover{
	color:#035666;
	opacity: 0.7;
	transition: all 0.5s;
}
#logo {
    width: 200px;
    height: 200px;
}
#logo h1{
    width: 100%!important;    
}
#logo h1 img{
   width: 100%!important;   
}
h1, h2, h3, h4, h5, h6 {
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
/*フェードインcss*/
.fadein_up{
    opacity : 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
	transition:transform 2s ease,opacity 2s ease; 
}
.fadein_up.scrollin{
    opacity : 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.dec1{
    position: absolute;
    width: 200px;
    transform: rotate(20deg);
    top: -40px;
    left: -30px;
    z-index: 1;
}
.dec2{
    position: absolute;
    width: 180px;
    right: 0;
    bottom: -30px;
    transform: rotate( -20deg );    
}
.dec3{
    position: absolute;
    width: 120px;
    right: 150px;
    bottom: -80px;
    transform: rotate( 20deg); 
}
.dec4{
    position: absolute;
    width: 250px;
    right: -2%;
    top: 30%;
    transform: rotate( -20deg);
    z-index: -1;
}
.dec5{
    position: absolute;
    width: 250px;
    left: -3%;
    top: 70%;
    transform: rotate( 20deg);
    z-index: -1;
}
/* ----------　TOP　---------- */
#top_contents1{
    position: relative;
}
#top_contents1 h2{
    position: relative;    
}
#top_contents1 h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 50px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #035666;
}
#top_cms .top_cms_title p,#top_cms .top_cms_title h2,.cms_3-b .cate_box h3,#top_contents1 h2,#top_contents2 .con_box h2,#top_info .top_info_title p,#top_info .top_info_title h2{
    color: #035666;
}
#top_cms{
position: relative;    
}
#top_cms .cms_3-b .cate_box{
    border: 1px solid #d3d3d8;
    margin-right: 2.5%;    
    width: 23%!important;
}
#top_cms .cms_3-b .cate_box:last-child{
    margin-right: 0%;    
}
#top_cms .cms_3-b .cate_box .box_title2{
    font-size: -webkit-calc(1rem + 0px);
    font-size: calc(1rem + 0px);
    color: #333;
}
.top_cms_title .before, .top_info_title .before {
    color: #d3d3d8;
}
#top_contact_box .top .txt_wrap {
    color: #333;
}
#top_contact_box .top .txt_box::before {
    background: #333;
}
#top_info .info_txt .tel_bt a{
     color: #999999;
    padding: 10px 20px;
    padding-left: 55px;
    border-radius: 5px;
    border: 2px solid #999999;   
}
#top_info .info_txt .tel_bt a i {
    left: 20px;
}






/* ----------　下層ページ　---------- */
#cms_3-b .thumbnails{
 width:100%;

}
#cms_3-b .box_item .thumb-list figure{
	width:24%;
	margin-right: 1%;
}
#page4 .banner_txt_box{
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
    color: #035666;
    font-weight: bold;
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    letter-spacing: 2px;
}
#page4 .banner_txt{
    position: relative;
    padding: 10px 5px;
    border-bottom: 2px solid #035666;
    margin: auto;
    text-align: center;
    display: inline-block;
}
#page4 .banner_txt:before{
position: absolute;
    bottom: -13px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 13px 12px 0 12px;
    border-style: solid;
    border-color: #035666 transparent transparent transparent;
}
#page4 .banner_txt:after{
    position: absolute;
    bottom: -10px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #f9f9f9 transparent transparent transparent;
}


#page4 .banner_box{
    margin-bottom: 70px;
}
#page4 .banner{
    width: 31%;
    max-width: 400px;
    margin-right: 3%;
    box-shadow: 0 2px 4px rgba(0, 0 ,0 ,0.15);
}
#page4 .banner:last-child{
    margin-right: 0%;
}
#cms_3-b .cate_box{
    border: 1px solid #999999;
}
#cms_3-b .box_title1{
    color: #035666;
    border-color: #035666;
    border: none;
    border-left: 3px solid;
    padding-left: 10px;
}
#cms_3-b .box_title2{
    border-bottom: 1px solid;
    padding-bottom: 5px;
    color: #333;
    border-color: #999999;
    text-align: right;
}
#cms_6-a .box_txt1 {
    color: #035666;
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}
#page7 .shop div p:first-child,#page8 .contact_tel p a,#page8 #tel_txt h3,#page9 h3{
	color:#035666;   
}
/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
#top_contents1 {
    padding: 150px 50px;
}
.dec1 {
    width: 150px;
}
.dec2 {
    width: 160px;
}   

.dec3 {
    width: 100px;
}
.dec4 {
    width: 180px;
}
.dec5 {
    width: 180px;
}
#page8 .contact_tel p a{
    font-size: -webkit-calc(1rem + 4px);
    font-size: calc(1rem + 4px);    
}
#page4 .banner_txt_box {
    font-size: 18px;
}
}


/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
#fix_menu {
    padding: 33px 0 33px;
}
#main_img {
    padding-top: 74px;
}
#logo {
    width: 200px;
    height: 75px;
    width: 75px!important;
}
#top_contents1 {
    padding: 120px 50px;
}
.dec1 {
    width: 100px;
    top: -15px;
    left: 0px;
    z-index: 1;
}
.dec2 {
    width: 120px;
}
.dec3 {
    width: 80px;
    right: 100px;
    bottom: -50px;
}
.dec4 {
    width: 100px;
        top: -70px;
}
.dec5 {
    width: 100px;
    left: 3%;
    top: 90%;
}
#top_cms .cms_3-b .cate_box {
    margin-right: 0%;
    width: 100%!important;
}
#page4 .banner{
    width:80%;
    margin-right: 0%;
    margin-bottom: 30px;
}
#page8 .contact_tel{
    padding: 30px 10px;
}
#page8 .contact_tel p{
    letter-spacing: 0;
}
#page8 .contact_tel p a {
    font-size: -webkit-calc(1rem - 2px);
    font-size: calc(1rem - 2px);/
    overflow-wrap: anywhere;
    line-height: 1.5;
}
#page8 .contact_tel p a span{
    font-size: -webkit-calc(1rem - 2px);
    font-size: calc(1rem - 2px);    
}
#page4 .banner_txt_box {
    font-size: 17px;
        letter-spacing: 1px;
}
#page4 .banner_txt:before ,#page4 .banner_txt:after{
    left: 2.5em;
}
}