@charset "utf-8";
/*
Theme Name:aroma by Swan
Author: Sachiko Fick
Description: original theme
Version： 3.0.0
*/
* {
  box-sizing: border-box;
  font-family: Yu Mincho, Georgia, serif;
}
html {
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#logo {
  margin: 10px 0 0;
}
body {
  background-color: #fff8f8;
  font-family: "MS Serif", "New York", "serif";
  line-height: 1.4; /*行間の指定*/
  margin: 0;
  padding: 0;
  color: #333; /*サイトのデフォルトとなる文字の色を指定*/
}
#head-top {
  position: relative;
  background: rgba(255, 236, 233, 1);
}
#head-top p {
  margin-bottom: 0;
  font-weight: bold;
}
#shop-name .sub-text{
	display: block;
}
#topPage #head-top {
  background: rgba(255, 236, 233, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom-left-radius: 35%;
  box-shadow: 5px 5px 5px lightblue;
  border-bottom-right-radius: 35%;
}
.menu a, #head-top a {
  text-decoration: none;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.menu li a {
  display: block;
  padding: 5px 1em;
  line-height: 1.5;
}
.menu li a:hover, .menu li.current-menu-item a {
  background: #f9dad6;
}
#foot_menu {
  padding-top: 15px;
}
#topPage header .img {
  text-align: center;
  background: #effcfc;
}
footer, #sec_4 {
  background: #ffece9;
}

#copyright {
  text-align: center;
  font-size: 0.8rem;
}
iframe {
  max-width: 100%;
}
.inner {
  max-width: 1000px;
  margin: auto;
}
#sec_2 .content-menu li a, #footer_sub span, #footer_sub a.tel, #head-top, #head-top a, .menu li a, #copyright, h1, h2, h3, h4 {
  color: #754819;
}
article h1 {
  margin-top: 0;
  background-image: url(images/h1_back.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding: 2em 0;
}
h2, h3, h4 {
  text-align: center;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  transition: all 0.5s;
  cursor: pointer;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-center {
  justify-content: center;
}
.flex-between {
  justify-content: space-between;
}
.flex-around {
  justify-content: space-around;
}
.flex-evenly{
	justify-content: space-evenly;
}
#catchphrase {
  background-image: url(images/background_03.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 2;
}
#campaign {
  display: block;
  background-image: url(images/background_06.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding: 4em 0 3em;
  line-height: 2;
  color: #9966cc;
  text-decoration: none;
  font-weight: bold;
}
#sec_2 {
  background: url("images/background_01.jpg");
}
#sec_2 .content-menu li {
  width: 50%;
  padding: 10px;
}
#sec_2 .content-menu li a {
  width: 100%;
  padding: 4em 0;
  display: block;
  text-decoration: none;
  text-align: center;
  background-image: url(images/background_04.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
section a:hover {
  background-color: rgba(255, 173, 179, 0.5);
  border-radius: 20px;
}
#sec_3 .inner-2 {
  background-image: url("images/background_02_1_02.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
}
#profile {
  background-image: url("images/background_02_1_03.jpg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 10em;
}
#profile ul li {
  margin-bottom: 10px;
}
#map {
  border: 10px #fff solid;
  background: #fff;
	margin-bottom: 20px;
}
#address {
    /*background-image: url(images/background_05.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;*/
	background: #fff;
	padding: 2em;
    line-height: 2;
    margin: auto;

}
#address .img{
	max-width: 250px;
}

.pull-down-box {
	border: 2px double #ffd1d1;
}
.pull-down-box dt {
    text-align: center;
    font-weight: bold;
    cursor: pointer;
	background: url(images/background_11.png);
    color: #754819;
    padding: 15px 0;
}
.pull-down-box dt::after{
	content:'▼';
	margin-left: 1em;
}
.pull-down-box dd {
	margin: 0 0 2em;
	padding: 2em 2em 0;
}
.pull-down-box dd:not(.first){
	  display: none;
}
.report {
  padding: 1em;
  margin-bottom: 2em;
}
section.frame {
  overflow: hidden;
  background-repeat: no-repeat;
  border: 4px double #d0eaac;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 1em;
}
section.frame h2 {
  background-image: url("images/h2_back.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 1em;
}
section.frame-1 {
  background-size: auto;
  background-image: url(images/background_08.png);
  background-position: left bottom;
  padding: 0 2em 5em 10em;
}
section.frame-2 {
  background-image: url(images/background_09.png);
  background-position: bottom right;
  background-size: contain;
  padding: 0 10em 5em 2em;
}
section.frame .price {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2em 0;
}
section.frame .price dl {
  display: table;
  margin: 0;
  background: url("images/background_10.png");
  border: #d0eaac 2px solid;
}
section.frame .price dt, section.frame .price dd {
  display: table-cell;
  vertical-align: middle;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  text-align: center;
  padding: 1em 2em;
}
section.frame .price dd {
  border-right: 2px solid #fff;
}
#contact-form{
	margin: 0 auto 2em;
}

#contact-form p.submit{
	text-align: center;
}
#contact-form p.submit input[type='submit']{
	line-height: 3;
    border: none;
    border-radius: 15px;
    padding: 0 2em;
    background:url("images/background_11.png");
    box-shadow: 0px 2px 1px #e8a2a2;
	color: #754819; 
	font-weight: bold;
}
#contact-form p.submit input[type='submit']:hover{
	box-shadow:none;
}
#archive-lists .list {
  overflow: hidden;
  border: 2px dotted #d0eaac;
  padding: 0 2em;
  margin-bottom: 2em;
  border-radius: 20px;
}
#archive-lists .list h2 {
  text-align: left;
}
#archive-lists .list a {
  text-decoration: none;
  font-size: 1.2rem;
}
.time {
  text-align: right;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 2em;
}
#side-icons {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
}
#footer_sub {
  background: #fff;
}
#footer_sub span, #footer_sub a.tel {
  display: block;
}
#footer_sub a.tel {
  text-decoration: none;
}
#footer_sub a.tel::before {
	content:'';
	background-image: url("images/icon_tel.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
#side-icons{
	text-align: center;
    padding: 5px;
}
#side-icons a {
        margin: 2px;
        display: inline-block;
    }
/*ボタンの領域*/
#re-top {
  position: fixed; /*画面に固定*/
  bottom: 12%; /*画面下へ*/
  right: 5%; /*画面右へ*/
  z-index: 10; /*レイヤー順序を上に*/
  background-color: transparent; /*領域の背景色（透明）*/
}
/*丸ボタン*/
.re-topB {
position: relative;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    width: 50px;
    height: 55px;
    text-align: center;
    line-height: 18px;
    border-radius: 30px;
    padding-top: 30px;
    box-sizing: border-box;
}
/*三角部分*/
.re-topB:before {
  content: '\25B2';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

#main .form-title{
	display: none!important;
}

.aroma-button {
  display: inline-block;
  background-color: #7BAA8A; /* アロマに合う優しいグリーン */
  color: #fff;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.aroma-button:hover {
  background-color: #6b997b;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.aroma-button {
  display: inline-block;
  background-color: #7BAA8A;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.aroma-button:hover {
  background-color: #6b997b;
}
#sec_eeat_voice blockquote {
  background: #f8f8f8;
  padding: 1em;
  border-left: 4px solid #7BAA8A;
  margin-bottom: 1.5em;
}
