@charset "UTF-8";
/*共通で使うクラス-----------------------------------------*/
:root {
  --main-bg-color: #C1566A;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex_nowrap {
  display: flex;
}
.justify_c {
  justify-content: center;
}
.justify_e {
  justify-content: end;
}
.fw-b {
    font-weight: bold;
}
.mt-3 {
  margin-top: -3px;
}
.mt-5 {
  margin-top: -5px;
}
.mt-10 {
  margin-top: -10px;
}
.mt-15 {
  margin-top: -15px;
}
.mt--80 {
  margin-top: -80px;
}
.mr-3 {
  margin-left: -3px;
}
.mr-15 {
  margin-right: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-130 {
  margin-bottom: 130px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-150 {
  padding-top: 150px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-200 {
  padding-bottom: 200px;
}
/*------------------------------------
Lightbox2 モーダルウィンドウ↓
------------------------------------*/
#lightbox{
  display:flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
}
.lb-dataContainer{
  align-self: flex-start;
  margin-bottom: 7vh !important;
}
/*------------------------------------
ふわっと出す ↓
------------------------------------*/
.fadein {
  opacity: 0.1;
  transform: translate(0, 100px);
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*------------------------------------
左から出す ↓
------------------------------------*/
.fadeinLeft {
  opacity: 0.1;
  transform: translate(-100px, 0);
  transition: all 500ms;
}
.fadeinLeft.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*------------------------------------
top戻るボタン
------------------------------------*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background:#6AB4FF;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  transition:all 0.3s;
}
#page-top a:hover{
  background: #a3cffc;
}
#page-top {
  position: fixed;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
  z-index: 3;
}
@keyframes UpAnime {
  from {
  opacity: 0;
  transform: translateY(100px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
  opacity: 1;
  transform: translateY(0);
  }
  to {
  opacity: 1;
  transform: translateY(100px);
  }
}
/*------------------------------------
header
------------------------------------*/
header .under-img,
header .circle-img,
header .logo-img {
  position:absolute;
}
header .circle-img {
  z-index: 100;
}
header .under-img{
  object-fit:cover;
  bottom: -75px;
}
header .container #overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, .5);
  visibility: hidden;
  transition: all .5s ease;
  opacity: 0;
  z-index: 1000;
}
.open header .container #overlay {
  opacity: 1;
  visibility: visible;
}
header .container #nav-toggle {
  position: fixed;
  background-color: #6AB4FF;
  border-radius: 50%;
  transition: .5s cubic-bezier(0.68, -0.43, 0.265, 1.55);
  z-index: 2000;
}
header .container #nav-toggle:hover {
  cursor: pointer;
}
header .container #full-navi {
  right: 90px;
  top: 140px;
  position: fixed;
  visibility: hidden;
  z-index: 2000;
  transition: 1s ease;
  opacity: 0;
}
.open header .container #full-navi {
  right: 90px;
  top: 140px;
  visibility: visible;
  opacity: 1;
  transition: .5s ease;
}
header .container #full-navi .flex {
  flex-direction: column;
}
header .container #full-navi .flex a img {
  top: -70px;
  left: 0;
  width: 170px;
  position: absolute;
}
header .container #full-navi .flex li a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  transition: all .3s ease;
}
header .container #full-navi-back {
  position: fixed;
  background: #6AB4FF;
  border-radius: 50%;
  z-index: 1000;
}
@keyframes full-navi-back-open {0% {transform: scale(1,1);} 3.4% {transform: scale(1.316,1.407);} 4.7% {transform: scale(1.45,1.599);} 6.81% {transform: scale(1.659,1.893);} 9.41% {transform: scale(1.883,2.168);} 10.21% {transform: scale(1.942,2.226);} 13.61% {transform: scale(2.123,2.332);} 14.11% {transform: scale(2.141,2.331);} 17.52% {transform: scale(2.208,2.239);} 18.72% {transform: scale(2.212,2.187);} 21.32% {transform: scale(2.196,2.069);} 24.32% {transform: scale(2.151,1.96);} 25.23% {transform: scale(2.134,1.938);} 29.03% {transform: scale(2.063,1.897);} 29.93% {transform: scale(2.048,1.899);} 35.54% {transform: scale(1.979,1.962);} 36.74% {transform: scale(1.972,1.979);} 41.04% {transform: scale(1.961,2.022);} 44.44% {transform: scale(1.966,2.032);} 52.15% {transform: scale(1.991,2.006);} 59.86% {transform: scale(2.006,1.99);} 63.26% {transform: scale(2.007,1.992);} 75.28% {transform: scale(2.001,2.003);} 85.49% {transform: scale(1.999,2);} 90.69% {transform: scale(1.999,1.999);} 100% {transform: scale(2,2);}}
@keyframes full-navi-back-close {0% {transform: scale(2,2);} 100% {visibility: hidden; transform: scale(0,0);}}
.open header .container #full-navi-back {
  visibility: visible;
  animation: full-navi-back-open 1.2s linear both;
  transform-origin: 80% 50%;
}
.close header .container #full-navi-back {
  visibility: visible;
  animation: full-navi-back-close .8s cubic-bezier(0.6, -0.28, 0.735, 0.045) both;
  transform-origin: 80% 50%;
}
header .container #nav-toggle  div {
  position: absolute;
  display: block;
  height: 2px;
  border-radius: 8px;
  transition: all ease .5s;
  background-color: #fff;
}
header .container #nav-toggle div:nth-child(1) {
  width: 12px;
}
.open header .container #nav-toggle div:nth-child(1) {
  width: 22px;
  transform: rotate(42deg);
}
header .container #nav-toggle div:nth-child(2) {
  width: 22px;
}
.open header .container #nav-toggle div:nth-child(2) {
  transform: rotate(-42deg);
}
header .container img {
  margin: auto;
}
header .container .under-img img {
	z-index: 10;
}
header .logo-img {
  /* position:fixed; */
  z-index: 7;
  object-fit: contain;
}
header .container{
  background-position: center;
  height:100vh;
  position:relative;
  background-image: url(../images/BG.png);
  background-repeat: no-repeat;
  background-size: cover;
}
/*footer-----------------------------------------*/
footer {
  position: relative;
}
footer::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  border-bottom: 1px dashed #707070;
}
footer .container {
  display: flex;
  justify-content: center;
}
footer .container img {
  object-fit: contain;
}
footer .container .menu {
  display: flex;
}
footer .container .menu ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .container .menu ul li a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer .container .menu ul li:not(.nenga) a {
  color: #202020;
}
footer p {
  text-align: center;
}
footer p small {
  color: #202020;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*------------------------------------
topページ 年賀状 縦書き ↓
------------------------------------*/
#top a:hover img {
  opacity: 0.7;
}
#top .years_card {
  background-color: #FFECAE;
  position: relative;
  z-index: 2;
}
#top .container {
  margin: auto;
  z-index: 3;
}
#top .years_card img.tora {
  position: absolute;
  z-index: -1;
}
#top .years_card .flex p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 1em;
}

/* 売り切れ */
#top .sold_out {
  position: relative;
}
#top .sold_out .sold_out_img img {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
}
#top .sold_out .tora_sold_out_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}
/* 売り切れ */
/*------------------------------------
topページ 年賀状 横書き ↓
------------------------------------*/
#top .horizontal_writing {
  position: relative;
  z-index: 2;
}
#top .horizontal_writing .container {
  z-index: 3;
}
#top .horizontal_writing .flex p {
  letter-spacing: 1em;
}
#top .horizontal_writing .tora3 {
  position: absolute;
  z-index: -1;
}
/*------------------------------------
topページ 季節のFlowerカレンダー ↓
------------------------------------*/
#top .seasonal_calendar {
  background-color: #FFECAE;
  z-index: 1;
  background-image: url(../images/back_shell.png);
  position: relative;
}
#top .seasonal_calendar .container ul {
  position: relative;
  z-index: 3;
}
#top .seasonal_calendar .lightbox-container {
  position: relative;
  z-index: 2;
}
#top .seasonal_calendar .tora2_posi {
  position: absolute;
  z-index: 1;
}
#top .seasonal_calendar .type {
  position: absolute;
  top: 250px;
  z-index: -1;
}
/*----------------------------------------------*/
/*company-----------------------------------------*/
/*----------------------------------------------*/
#company h1,
#company a,
#company p{
  text-align:center;  
  letter-spacing:1px;
}
#company h1{
  letter-spacing:2px;
}
#company .company-text{
  position: relative;
  background-color:#FFECAE;
  padding:80px 0;
}
#company .company-text > img {
  position: absolute;
}
#company .company-text > img:nth-of-type(1) {
  width: 16vw;
  top: 50%;
  left: 5%;
}
#company .company-text > img:nth-of-type(2) {
  width: 14vw;
  top: 5%;
  right: 5%;
}
#company .company-text>a{
  display:block;
}
#company iframe{
  width:100%;
}
/*------------------------------------
コンタクト
------------------------------------*/
#contact .h1-box{
  /* margin-top: 130px; */
  display:flex;
  align-items:center;
  justify-content:center;
}
#contact h1{
  position:absolute;
  color:#fff;
  font-size:2.5rem;
}
#contact .pri-link{
  text-align: center;
  font-size:1.8rem;
  margin:0 auto;
  display:block;
  color:#c1566a;
}
#contact .pri-link:before{
  content:"";
  background-color: #FFECAE;
  display: inline-block;
  width:10px;
  height:10px;
}
#contact section{
  /* padding: 80px 0 0; */
  width:1000px;
  margin:0 auto;
}
@media (max-width:1000px){
  #contact section{
    width:90%;
  }
}
#contact section label{
  font-size:2.2rem;
}
#contact section .req{
  color:#ff8170;
  font-size:1.5rem;
}
#contact section .bikou {
  font-size: 1.6rem;
  color: #C1566A;
}
#contact section input,
#contact section textarea,
#contact section span{
  font-size:2rem;
}
#contact section label{
  line-height:1.5;
  display:block;
}
#contact section input:not([type="submit"],[type="checkbox"],[type="radio"]),
#contact section textarea{
  width:100%;
  background-color:#FFECAE;
  padding: 0 8px;
}
#contact section input[type="number"] {
  padding-right: 0;
  margin-left: 17px;
  width: 100px;
  height: 30px;
  background-color: #fff;
}
/* 数値の入力欄にスピナーを常時表示する */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
#contact section textarea{
  height: calc( 2em * 5 );
  line-height: 2;
}
#contact section .wpcf7-list-item{
  display:block;
}
#contact section input.your-post{
  width:110px;
}
#contact section .wpcf7-checkbox.select-item{
  background: #FFECAE;
  margin:0; 
}
#contact section .wpcf7-list-item.last{
  margin-top:100px;
}
#contact section input[type="submit"]{
  width:380px;
  display:block;
  margin:140px auto 0;
  background-color:#fff;
  border:1px solid #707070;
  border-radius:3px;
  padding:12px 125px;
  font-size:3.2rem;
  line-height: 1;
  transition:.5s;
}
#contact section input[type="submit"]:hover {
  color: #fff;
  background: #ff8170;
  transition:.5s;
}
#contact section select.pull-down{
  height:auto;
}
#contact section select.pull-down option{
  font-size:2rem;
}
/* ここからチェックボックスのデザイン */
#contact section input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
#contact section input[type=checkbox]{
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  width: auto;
} 
#contact section input[type=checkbox]::before {
  background: #fff;
  border: 1px solid #d5d1d1;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 16px;
  border-radius:4px;
}
#contact section input[type=checkbox]::after {
  border-right: 3px solid #ff8170;
  border-bottom: 3px solid #ff8170;
  content: '';
  display: block;
  height: 9px;
  left: 5px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
#contact section input[type=checkbox]:checked::after{
  opacity: 1;
}
#contact section span{
  margin-left:0;
}
/* ここからラジオボタンのデザイン */
#contact section input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
#contact section input[type=radio]{
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  width: auto;
} 
#contact section input[type=radio]::before {
  background: #fff;
  border: 1px solid #d5d1d1;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 16px;
  border-radius:4px;
}
#contact section input[type=radio]::after {
  border-right: 3px solid #ff8170;
  border-bottom: 3px solid #ff8170;
  content: '';
  display: block;
  height: 9px;
  left: 5px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
#contact section input[type=radio]:checked::after{
  opacity: 1;
}
#contact section span{
  margin-left:0;
}
/* 新フォームでのｃｓｓ */
#contact section #order-area{
  margin-top:8px;
}
#contact section #order-area h2{
  font-size:2.6rem;
  font-weight:700;
  background-color:#FFECAE;
  display: inline;
  padding: 10px 25px;
  letter-spacing: 5px;
}
/* 年賀状非表示 */
#contact section #order-area .h2cal{
  background-color:#DAEFC1;
}
#contact section #order-area h3{
  font-size:2.6rem;
  font-weight:700;
  margin-bottom:35px;
}
#contact section #order-area h3 span {
  margin-left: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 2;
  color: #C1566A;
}
#contact section #order-area input{
  font-size:2.2rem;
  margin-right:10px;
}
#contact section #order-area #nenga-wrap{
  background-color:#FFF9E6;
  border:2px solid #FFECAE;
  padding: 45px 45px 75px 45px;
}
#contact section #order-area #calen-wrap{
  background-color:#F3FCEA;
  border:2px solid #DAEFC1;
  padding:45px;
}
#contact section #order-area .check-wrap{
  display:flex;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
#contact section #order-area #nenga-wrap label{
  display: flex;
  align-items: baseline;
  margin: 0 40px 20px 0;
}

#contact section #order-area .check-wrap.nenga{
  margin-bottom:35px;
}
#contact section #order-area p{
  font-size:1.6rem;
  margin-top: 10px;
  margin-bottom:70px;
}

#contact section #order-area .kome{
  font-size:3rem;
  color:#ff8170;
  line-height:0;
  position:relative;
  top:10px;
}
#contact section #order-area #nenga-view{
  margin-top:15px;
}
#contact section #order-area #nenga-view,
#contact section #order-area #calen-view{
  width:33%;
  height:auto;
  padding:0 16px;
}
#contact section #order-area .tateyoko,
#contact section #order-area .calen{
  width:67%;
  height:auto;
}
#contact section #order-area .calen .check-wrap {
  flex-direction: column;
  margin-bottom: 0;
}
#contact section #order-area .calen .check-wrap label:nth-child(3),
#contact section #order-area .calen .check-wrap label:nth-child(4){
  margin-left:45px;
}
#contact section #order-area .calen .calenp{
  margin-bottom:0;
  font-size: 2.2rem;
  font-weight:700;
  margin-top:50px;
}
/* 年賀状非表示 */

#contact section .wpcf7-form-control-wrap.pri{
  margin-top:120px;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output  {
  border-color:transparent !important;
}
#contact section #nenga-view .img-title{
  margin-bottom:0;
  color:#ff8170;
}
#contact section span.fukusu{
  display:none;
}
#contact section input[type="text"],
#contact section textarea,
#contact section input[type="tel"],
#contact section input[type="email"]{
  background-color:#ffecae;
}
#contact section textarea{
  width:100%;
}
#contact h1{
  text-align: center;
  vertical-align: middle;
  left:0;
  right:0;
  margin:auto;
}
/*------------------------------------
料金
------------------------------------*/
#price .img-box{
  display:flex;
  align-items: center;
  justify-content: center;
}
#price ul.box{
  justify-content: center;
}
#price ul.box li{
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px #FFECAE;
}
#price li>*{
  margin:0 auto;
  text-align: center;
}
#price .h1-box{
  display:flex;
  align-items:center;
  justify-content:center;
}
#price .list{
  margin:0 auto;
}
#price .list li:before{
  content: "";
  background-color: #FFECAE;
  display: inline-block;
  position: relative;
}
#price h1{
  position:absolute;
  color:#fff;
  letter-spacing: 10px;
  text-indent: 10px;
}
#price .h2-box{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
#price h2{
  position:absolute;
  color:#202020;
}
#price h3{
  font-weight:700;
}
#price p.m{
  font-weight:700;
}
#price .red{
  color:#c1566a;
}
#price .order{
  background-color:#fff;
  border:1px solid #707070;
  display:block;
  border-radius:3px;
}
#price .order:hover {
  color: #fff;
  background: #ff8170;
  opacity: 1;
}
#price .sandy_beach {
  background-image: url(../images/item-pc/sandy_beach.jpg);
}
#price .nengajou .post img {
  margin: 100px 90px 70px;
}
/*------404--------------------------------------------*/
header .container #notfound {
  text-align: center;
}
header .container #notfound a {
  background: #ff8170;
  color: #fff;
  border-radius: 5px;
}
/*------------------------------------
プライバシーポリシーページ ↓
------------------------------------*/
#privacy_policy .container {
  margin: auto;
}
#privacy_policy .container ul li {
  list-style: disc;
}
/*------------------------------------
季節のFlowerカレンダー 卓上タイプ A B 各種コンテンツ↓
------------------------------------*/
#mypage .favorite_information_box > div {
  position: relative;
}
#mypage .favorite_information_box .information_article {
  display: flex;
  align-items: center;
}
#mypage .recommended_content #a-line .lightbox-container {
  background-repeat: no-repeat;
}
#mypage .recommended_content #ka-line .lightbox-container {
  background-repeat: no-repeat;
}
#mypage .favorite_information_box .information_article .society_box {
  background-color: #222222;
  color: #fff;
}
#mypage .favorite_information_box .article_box .information_text {
  letter-spacing: 0.05em;
  text-decoration: underline solid #000000;
}
#mypage .favorite_information_box .article_box .information_text:hover {
  opacity: 0.6;
}
#mypage .favorite_information_box .allview-btn {
  color: #fff;
  text-align: center;
  background: #111;
  position: absolute;
}
#mypage .favorite_information_box .allview-btn:after {
  content: "";
  display: block;
  background: url(../img/common/arrow-circle-right.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#mypage .search .e-search {
  display: flex;
}
#mypage .search .e-search li {
  list-style: none;
}
#mypage .search .e-search li.a-line a {
  font-weight: 700;
  text-align: center;
  transition: all .5s;
  display: block;
  color: #222;
  background: #FFE4E4;
  text-decoration: none;
}
#mypage .search .e-search li.ka-line a {
  font-weight: 700;
  text-align: center;
  transition: all .5s;
  display: block;
  color: #222;
  background: #D6EDFF;
  text-decoration: none;
}
#mypage .search .e-search li:hover a,
#mypage .search .e-search li.active a {
  color: #202020;
}
#mypage .search .e-list {
  display: none;
  opacity: 0;
}
#mypage .search .e-list.is-active {
  display: block;
  animation: fadeIn 2s forwards;
}
@keyframes fadeIn {
from {
  opacity: 0;
}
to {
  opacity: 1;
  }
}
@media screen and (max-width: 768px) {
#mypage .search h2 {
  letter-spacing: .1em;
  }
#mypage .search .e-list.is-active ul {
  display: flex;
  }
}
@media screen and (max-width: 500px) {
#mypage .search .e-search {
  display: block;
}
}



/* welcart css */
#shop section{
  margin:100px auto;
}
#shop section h2{
  text-align: center;
  font-size:3.5rem;
  margin:120px 0;
}
#shop section .clearfix{
  width:90%;
  max-width:1000px;
  display:flex;
  justify-content: center;
}
#shop .thumbnail_box{
  width:auto;
}
#shop .thumimg img{
  margin: 0 auto;
  width: 200px;
  height:auto;
}
#shop .thumtitle a,
#shop .price{
  font-size:2rem;
}
#content .catbox{
  margin:200px auto;
  width:90%;
  max-width:1000px;
}
#content .catbox h2{
  font-size:3rem;
}
#content .catbox .field,
#content .catbox .field > div,
#content .catbox .skuform > div{
  font-size:2rem;
}
#content .catbox .skuform > div input{
  font-size:2rem;
  background-color:#fff;
}
#content .catbox .skuform > div input[type="submit"]{
  padding:0px 10px;
  background-color:#FF8170;
  color:#fff;
}
#content table.customer_form td{
  background-color: #fafafa;
}
#content .catbox .entry *{
  font-size:2rem;
}
#content #inside-cart #cart_table{
  width:100%;
}
#content #inside-cart .send input{
  padding:0px 10px;
}
#content div.usccart_navi li.ucart{
  background-color:transparent;
  color:#000;
}
#content div.usccart_navi li.usccart_cart{
  background: #ffeaac;
  color: #fff;
}
#content div.usccart_navi li.usccart_customer{
  background:#ffd370;
  color: #fff;
}

#content div.usccart_navi li.usccart_delivery{
  background:#fdc593;
  color: #fff;
}
#content div.usccart_navi li.usccart_confirm{
  background:#ff988b;
  color: #fff;
}
#content #cart th,
#content #customer-info h5{
  background-color:#c0cc93;
}
#customer-info .customer_form input{
  background-color:#fff;
}