@charset "UTF-8";
/* CSS Document */
/*
Theme Name:クレール小野
Theme URL:http://clair-ono.zenk-link.com/
Description:クレール小野 Webサイト
Author:ZenK Link
Version:1.0.0
*/


/* ==================================================
	common
================================================== */
@font-face {
  font-family: "OmegaSansRegular";
  src: url('fonts/OmegaSansRegular.ttf') format('truetype');
}
* {
  margin: 0;
  padding: 0;
  font-family: "GenJyuuGothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
html {
  font-size: 100%;
  color: #3b3838;
}

section {
    line-height: 0;
  }


a:link {
  text-decoration: none;
}


/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  .sp_none {
    display: none !important;
  }
  body {
    width: 100%;
    /*    max-width: 1920px;*/
    text-align: center;
    position: relative;
    background-color: #f8f5f3;
    background-image: linear-gradient(90deg, #f8f5f3 0%, #ffffff 25%, #ffffff 50%, #ffffff 75%, #f8f5f3 100%);
  }
  h2 {
    width: 100%;
    margin: 0 auto;
  }
  h2 img {
    width: 100%;
  }
  #top-head, .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {}
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 60px;
    z-index: 999;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    width: 60%;
  }
  #top-head.fixed .logo img, #top-head .logo img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #global-nav {
    position: absolute;
    top: -500px;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 9;
  }
  #global-nav ul.global-nav_menu {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
/*    font-size: 14px;*/
	      font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
  }
  #global-nav ul.global-nav_menu li {
    float: none;
    position: static;
  }
  #top-head #global-nav ul.global-nav_menu li a, #top-head.fixed #global-nav ul.global-nav_menu li a {
    width: 100%;
    display: block;
    color: #3b3838;
    padding: 18px 0;
    text-decoration: none;
  }
  #nav-toggle {
    display: block;
    position: absolute;
    right: 5%;
    top: 17px;
    width: 28px;
    height: 20px;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #bca488;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #global-nav {
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  footer {
    background: #bca488;
    margin-top: 100px;
  }
  .footer_logo {
    width: 30%;
    margin-top: 25px;
    display: inline-block;
  }
  .footer_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 50px auto 0;
  }
  .footer_inner {
    flex: 1;
    list-style: none;
    /*    margin-right: 5%;*/
  }
  .footer_inner:last-of-type {
    margin-top: 50px;
  }
  .footer_subheading {
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .footer_subheading img {
    width: 100%;
  }
  .footer_txt {
    text-align: center;
    margin-top: 20px;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    color: #fff;
  }
  .footer_txt:last-of-type {
    margin-top: 10px;
  }
  .footer_txt a {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    font-weight: normal;
  }
  .footer_link_btn {
    text-align: center;
    margin-top: 25px;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    background: #fff;
    margin: 25px 20% 0;
    border-radius: 10px;
  }
  .footer_link_btn a {
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #bca488;
    font-weight: normal;
    display: block;
    padding: 10px 0;
  }
  .footer_icon_wrapper {
    /*    margin-top: 20px;*/
    margin: 20px 30% 0;
  }
  .footer_icon_inner {
    display: flex;
    list-style: none;
  }
  .footer_icon {
    flex: 1;
    margin-right: 10%;
  }
  .footer_icon:last-of-type {
    margin-right: 0;
  }
  .footer_icon img {
    width: 100%;
  }
  .footer_bnr {
    /*		margin-top: 20px;*/
    width: 70%;
    margin: 25px auto 0;
  }
  .footer_bnr a img {
    width: 100%;
    display: block;
  }
  .copyright {
    width: 100%;
    margin: 50px 0 15px;
    display: inline-block;
  }
  .copyright_txt {
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
  }
  .page_top {
    width: 100%;
    text-align: end;
  }
  .page_top_txt {
    padding: 15px 5% 15px 0;
  }
  .page_top_txt a {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #bca488;
  }
  .cookie-notice-container #cn-notice-text {
    text-align: start;
  }
  .cookie-notice-container #cn-notice-buttons {
    margin: 0 auto;
  }
}


/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
	
	
	
	  .sp_none {
    display: none !important;
  }
  body {
    width: 100%;
    /*    max-width: 1920px;*/
    text-align: center;
    position: relative;
    background-color: #f8f5f3;
    background-image: linear-gradient(90deg, #f8f5f3 0%, #ffffff 25%, #ffffff 50%, #ffffff 75%, #f8f5f3 100%);
  }
  h2 {
    width: 100%;
    margin: 0 auto;
  }
  h2 img {
    width: 100%;
  }
  #top-head, .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {}
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 60px;
    z-index: 999;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    width: 30%;
  }
  #top-head.fixed .logo img, #top-head .logo img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #global-nav {
    position: absolute;
    top: -500px;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 9;
  }
  #global-nav ul.global-nav_menu {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
/*    font-size: 14px;*/
	  	      font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
  }
  #global-nav ul.global-nav_menu li {
    float: none;
    position: static;
  }
  #top-head #global-nav ul.global-nav_menu li a, #top-head.fixed #global-nav ul.global-nav_menu li a {
    width: 100%;
    display: block;
    color: #3b3838;
    padding: 18px 0;
    text-decoration: none;
  }
  #nav-toggle {
    display: block;
    position: absolute;
    right: 5%;
    top: 17px;
    width: 28px;
    height: 20px;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #bca488;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #global-nav {
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  footer {
    background: #bca488;
    margin-top: 100px;
  }
  .footer_logo {
    width: 30%;
    margin-top: 25px;
    display: inline-block;
  }
  .footer_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 50px auto 0;
  }
  .footer_inner {
    flex: 1;
    list-style: none;
    /*    margin-right: 5%;*/
  }
  .footer_inner:last-of-type {
    margin-top: 50px;
  }
  .footer_subheading {
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .footer_subheading img {
    width: 100%;
  }
  .footer_txt {
    text-align: center;
    margin-top: 20px;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    color: #fff;
  }
  .footer_txt:last-of-type {
    margin-top: 10px;
  }
  .footer_txt a {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    font-weight: normal;
  }
  .footer_link_btn {
    text-align: center;
    margin-top: 25px;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    background: #fff;
    margin: 25px 20% 0;
    border-radius: 10px;
  }
  .footer_link_btn a {
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #bca488;
    font-weight: normal;
    display: block;
    padding: 10px 0;
  }
  .footer_icon_wrapper {
    /*    margin-top: 20px;*/
    margin: 20px 30% 0;
  }
  .footer_icon_inner {
    display: flex;
    list-style: none;
  }
  .footer_icon {
    flex: 1;
    margin-right: 10%;
  }
  .footer_icon:last-of-type {
    margin-right: 0;
  }
  .footer_icon img {
    width: 100%;
  }
  .footer_bnr {
    /*		margin-top: 20px;*/
    width: 70%;
    margin: 25px auto 0;
  }
  .footer_bnr a img {
    width: 100%;
    display: block;
  }
  .copyright {
    width: 100%;
    margin: 50px 0 15px;
    display: inline-block;
  }
  .copyright_txt {
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
  }
  .page_top {
    width: 100%;
    text-align: end;
  }
  .page_top_txt {
    padding: 15px 5% 15px 0;
  }
  .page_top_txt a {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #bca488;
  }
  .cookie-notice-container #cn-notice-text {
    text-align: start;
  }
  .cookie-notice-container #cn-notice-buttons {
    margin: 0 auto;
  }
	
	
}










/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
 
	
		.pc_none {
		display: none !important;
	}
	
	
	body {
    width: 100%;
    max-width: 1920px;
    text-align: center;
    position: relative;
    background-color: #f8f5f3;
    background-image: linear-gradient(90deg, #f8f5f3 0%, #ffffff 25%, #ffffff 50%, #ffffff 75%, #f8f5f3 100%);
  }
	
	
	h2 {
		width: 40%;
		margin: 0 auto;
	}
	
	h2 img {
	width: 100%;	
	}
	
	
	
a img{
    transition: all 0.3s;}
a:hover img{
    opacity: 0.7;
}
	
	
	

	
	
	
	
	
	
	
	
	
	
  .inner {
    /*    width: 100%;*/
    margin: 20px 2%;
    padding: 0;
    display: flex;
    align-items: center;
  }
  #top-head {
	  
	  width: 100%;
	  
	  
	}
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    /*    background: #fff;*/
    /*    width: 100%;*/
    /*	  flex: 1;*/
    /*
    height: 60px;
    z-index: 999;
*/
    width: 20%;
	  margin-right: 20%;
    position: relative;
    /*
    display: flex;
    justify-content: center;
    align-items: center;
*/
  }
  #top-head.fixed .logo, #top-head .logo {
    /*	  width: 75%;*/
    text-align: left;
    line-height: 0;
    margin: 0;
    /*    position: absolute;*/
  }
  .logo img {
    width: 100%;
  }
  #global-nav {
    /*    position: absolute;*/
    /*    top: -500px;*/
    /*    background: #fff;*/
    /*    width: 100%;*/
    /*
    text-align: center;
    padding: 10px 0;
*/
    /*	  flex: 1;*/
    width: 60%;
    /*
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
*/
  }
  #global-nav ul.global-nav_menu {
list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    /* flex-basis: auto; */
    /* width: 100%; */
  }
  #global-nav ul.global-nav_menu li {
	  
 flex: 1; 
	  flex-basis: auto;
    /* margin-left: 5%; */
    /* display: block; */
    /* width: calc(calc(100% - 6% - 2%) / 7); */
    /* margin: 0; */
    /* display: inline-block; */
    /* flex-basis: auto; */
  }
  #top-head #global-nav ul.global-nav_menu li a, #top-head.fixed #global-nav ul.global-nav_menu li a {
    /*
    width: 100%;
    display: block;
    color: #434342;
    padding: 18px 0;
    text-decoration: none;
*/
  }
  .global_nav_txt {
 /* margin-right: calc(2% + 25px); */
    /* position: relative; */
    /* flex-basis: auto !important; */
  }
  .global_nav_txt:nth-of-type(6) {
    margin-right: 1%;
  }
  .global_nav_txt a {
font-size: 0.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #3b3838;
	  transition: all 0.3s;
  }
	
	  .global_nav_txt a:hover {
    opacity: 0.7;
  }
	
	
  .global_nav_txt:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(images/icon_square01.png);
    background-size: contain;
    vertical-align: bottom;
    background-repeat: no-repeat;
    /* position: absolute; */
/*
    top: 3px;
    left: -25px;
*/
    margin-right: 3%;
  }
  .global_nav_btn {
/* margin: 0 auto; */
/*    padding: 1vw 1%;*/
    /* font-family: 'OmegaSansRegular', sans-serif; */
    border-radius: 40px;
    background: #bca488;
	  transition: all 0.3s;
  }
	
	
	  .global_nav_btn:hover {
    opacity: 0.7;

  }
	
	
	
  .global_nav_btn a {
    font-size: 0.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    font-weight: bold;
	  padding: 1vw 1%;
	  display: block;
  }
  #nav-toggle {
    display: none;
  }
	
	
	
	
	
	
/*
	.dropdown_menu {
	list-style-type:none;
}
.dropdown_menu > li {
	display:inline-block;
	border:1px solid gray;
	position:relative;
}
.dropdown_menu > li > ul {
	display:none;
}
.dropdown_menu > li:hover ul {
	display:block;
	position:absolute;
	padding:0;
	margin:0;
	top:1.5em;
	left:0;
	list-style-type:none;
	border:1px solid gray;
	z-index: 99;
}
		
		
		.dropdown_menu > li:hover ul li a {
font-size: 0.8vw;
		}
	
*/
	


	
	
	
	
	
  
	footer {
    background: #bca488;
    margin-top: 100px;
  }
  .footer_logo {
	  width: 30%;
    margin-top: 50px;
    display: inline-block;
  }
  .footer_wrapper {
    display: flex;
    width: 80%;
    margin: 50px auto 0;
  }
  .footer_inner {
    flex: 1;
    list-style: none;
    margin-right: 5%;
  }
  .footer_subheading {}
  .footer_subheading img {
    width: 100%;
  }
  .footer_txt {
    text-align: left;
    margin-top: 25px;
  }
	
  .footer_txt a {
    font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;

    font-weight: normal;
	  transition: all 0.3s;
  }	
	
	
	  .footer_txt a:hover {
    opacity: 0.7;
  }	
	
	
	
	

	
  .footer_icon_wrapper {
	  width: 60%;
    margin-top: 25px;
  }
  .footer_icon_inner {
    display: flex;
    list-style: none;
  }
  .footer_icon {
    flex: 1;
    margin-right: 10%;
  }
  .footer_icon img {
    width: 100%;
  }

	
		.copyright {
			width: 100%;
    margin: 100px 0 25px;
    display: inline-block;
	}	
	
	
  .copyright_txt {
    font-size: 0.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;

  }
	
	
	
	
	
	
	
	
  
}