﻿.bg_color1 {background-color: #f3f0e5;}
.bg_color2 {background-color: #f7f7f1;}
.bg_color3 {background-color: #87CEEB;}
.bg_color4 {background-color: #edfaff;}
.txt_color1 {color: #87CEEB;}
.txt_color3 {color: #87CEEB;}
.border_color1 {border-color: #dfdbcb;}
.border_color3 {border-color: #dfdbcb;}
.border_color4 {border-color: #dfdbcb;}
.hvr_bg_color1:hover {background-color: #87CEEB;}


/* ----------　all　---------- */
.linkStyle{
	color:#b2e4bc;
}
.linkStyle:hover{
	color:#b2e4bc;
	opacity: 0.7;
	transition: all 0.5s;
}
body,.font_en, .date, a[href^="tel:"], a[href^="mailto:"] {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
}
body, .txt_color_nomal {
    color: #514422;
}
body,.font_14 {
    font-size: 15px;
}
.spinner7 > div {
    background-color: #87CEEB;
}
header{
    height: 100vh;
    overflow-y: hidden;
}
.link_banner{
    position: absolute;
    bottom: 0;
    width: 80%;
    margin: auto;
    transform: translateY(35%);
    transition: 0.5s;
    z-index: 2;
}
.link_banner:hover{
    transform: translateY(0%);
}
#main_menu ul li a {
    color: #514422;
    font-size: 16px;
}
.head_banner a:hover{
    color: #514422;    
    background-color:#ffdb80 ;
}
.button:hover::after {
    box-shadow: inset 0 0 0 15em #ffdb80;
}
.more a:hover{
    color: #514422;
}
.button2:hover {
    box-shadow: none;
}
/* ----------　TOP　---------- */
#main_img {
    min-height: auto;
    max-height:100%!important;
}

#main_img .main_img_box{
    position: absolute;
    width: 90%;
    max-width: 700px;
    bottom: 0;
    right: 0;
}
#main_img .main_img_box .main_img1{
    width: 45%;
}
#main_img .main_img_box .main_img2{
    width: 30%;
}
#contents1{
    background-color: #f3fafd;
    position: relative;
}
#contents1::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 136px;
	background-image: url("../dup/img/intro_anime.png");
	background-size: auto 100%;
	background-position-y: 0;
	background-position-x: 0;
	background-repeat: repeat-x;
	animation: loop 30s linear infinite;
}
@keyframes loop {
	0% {background-position-x: 0;}
	100% {background-position-x: -1000px;}
}
#contents2 {
    background-color: #f7f7f1;
    position: relative;
    overflow: hidden;
    padding: 100px 5% 150px;
}
#contents2 .flexslider{
    width: 45%!important;
    margin-left: 5%;
}
#contents2 .flexslider li img{
    border-radius: 20px;
}
#contents3 {
    padding: 130px 10% 100px;
    background-image: url(Dup/img/line1.png),url(Dup/img/line2.png);
    background-repeat: no-repeat;
    background-position: top , bottom;
    background-size: contain;
}
#contents3 .grid_6 {
    margin-top: 0px;
}
#top_cms .cms02_back{
    padding: 100px 0 100px;
    background-color: #f7f7f1;
}
#top_cms .cms02{
    border: 2px solid #87ceeb;
    border-radius: 20px;
    margin: auto;
    width: 70%;
    padding: 50px 5%;
    background-color: #fff;
}
#top_cms .cms04,#top_cms .cms05{
    padding: 100px 0;
    position: relative;
}
#top_cms .cms04{
    background-color: #86cdea;
}
#top_cms .cms05{
    background-color: #f3fafd;
}
#top_cms .cms04 .cms_txt_box{
    width: 40%;
    max-width: 450px;
    margin-left: auto;
    margin-right: 10%;
    
}
#top_cms .cms05 .cms_txt_box{
    width: 40%;
    max-width: 450px;
    margin-right: auto;
    margin-left: 10%;    
}
#top_cms .cms04 .cms04_img{
    width: 50%;
    position: absolute;
    height: 425px;
    bottom: -10px;
    left: 0;
    text-align: left;
    z-index: 1;
}
#top_cms .cms05 .cms05_img{
    width: 50%;
    position: absolute;
    height: 450px;
    right: 0;
    bottom: -40px;
    text-align: right;
}
#top_cms .cms04 .cms04_img img,#top_cms .cms05 .cms05_img img{
    width: auto!important;
    height: 100%!important;
}
#top_cms > .box {
    padding: 80px 10% 100px;
}
.cms06 .more_img{
    width: 80%;
    margin: auto;
    max-width: 700px;
    transition: 0.3s;
}
.cms06 .more_img:hover{
    transform: translateY(-10px);
}

/* ----------　下層ページ　---------- */
#page_title .title_img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    background-image: url(Dup/img/line.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
/* 取り寄せについて */
#cms_2-g .more_img{
    width: 80%;
    margin: auto;
    max-width: 700px;
    transition: 0.3s;
}
#cms_2-g .more_img:hover{
    transform: translateY(-10px);
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
#page9 p a{
    color: skyblue;
}
/* サイトマップ */



/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */
header {
    height: auto;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
header #logo{
    max-width: 250px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    background-color: #87ceeb!important;
}
.hamburger.active .hamburger__icon {
    background-color: transparent!important;
}
.fat-nav li {
    font-size: 16px;
}
.main_box {
    padding-top: 70px;
}

.head_banner{
    display: none;
}
.link_banner{
    position: fixed;
    left: 0;
    right: 0;
    bottom: -90px;
    margin: auto;
    width: 200px;
    transform: translateY(0%);
    z-index: 3;
}
footer{
    padding-bottom: 200px;
}
/* ----------　TOP　---------- */
#contents2 .flexslider {
    width: 80%!important;
    margin: auto;
    margin-top: 50px;
}
#top_cms .cms04 .cms04_img {
    height: 320px;
}
#top_cms .cms04 .cms_txt_box {
    width: 40%;
    margin-right: 0%;
}
#top_cms .cms04 .cms_txt_box .more a{
    width: 100%;
}
#top_cms .cms05 .cms05_img {
    height: 380px;
}
#top_cms .cms05 .cms_txt_box {
    width: 40%;
    margin-left: 0%;
}
#top_cms .cms05 .cms_txt_box .more a{
    width: 100%;
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */
header #logo {
    max-width: 220px;
}
.hamburger {
    top: 12px;
}
.main_box {
    padding-top: 65px;
}
/* ----------　TOP　---------- */
#contents1 {
    padding: 50px 10% 100px;
}
#contents1::before {
    height: 70px;
}
#contents2 {
    padding: 50px 5% 60px;
}
#contents2 .flexslider {
    width: 90%!important;
}
#contents3 {
    padding: 80px 10% 80px;
}
#top_cms .more a{
    width: 100%;
}
#top_cms .cms04,#top_cms .cms05{
    padding: 80px 10% 0px;
}
#top_cms .cms04 .cms_item{
    flex-direction: column-reverse;
    display: flex;
}
#top_cms .cms04 .cms_txt_box,#top_cms .cms05 .cms_txt_box {
    width: 90%;
    margin: auto;
}
#top_cms .cms04 .cms04_img {
    width: 80%;
    height: auto;
    margin: auto;
    position: relative;
    margin-top: 30px;
}
#top_cms .cms05 .cms05_img {
    width: 70%;
    height: auto;
    margin: auto;
    position: relative;
    bottom: -30px;
}
#top_cms .cms04 .cms04_img img, #top_cms .cms05 .cms05_img img {
    width: 100%!important;
    height: auto!important;
}
.cms06 .more_img {
    width: 100%;
}
/* ----------　下層ページ　---------- */
#page_title .title_img{
    overflow: hidden;
}
#page_title .title_img:after {
    width: 150%;
    left: -10%;
}

/* 取り寄せについて */
#cms_2-g .more_img{
    width: 100%;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
}