@charset "utf-8";
/* CSS Document */
.idt1 {
	text-indent: -1em;
	padding-left: 1em;
}
.st_marker {
    background: linear-gradient(transparent 60%, #FDEE61 60%);
}
header h3 {
    background-image: url("../img/aomeeso/main_bg.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    color: #530000;
    margin-top: -80px;
    position: relative;
    text-align: center;
    font-size: 170%;
    line-height: 100%;
    letter-spacing: 5px;
    padding: 15px 0;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

header h3 .text {
    font-size: 150%;
    line-height: 120%;
}

header h3 .color {
    color: #276d8c;
    font-size: 180%;
    line-height: 150%;
}

.titleSet{
	border:solid 1px #e6e6e6;
	margin-top:50px;
	letter-spacing: 5px;
	padding: 0 0 0 40px;
}

.headicon{
	text-align: center;
	font-size:230%;
	line-height:100%;
	letter-spacing: 3px;
	margin-top:-20px;
	margin-left:-40px;
	padding: 18px 10px 10px 10px;
}
.headicon span{
	background-color: #FFF;
	background-image: url(../img/aomeeso/icon_illust.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #619CB6;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding: 20px 5px 0 55px;
	text-align: center;
	vertical-align:middle;
}
#sub section{
	margin-bottom: 80px;
}
#sub section .text{
	line-height: 180%;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 16px;
	padding: 0 15px;
}
#sub section .img{
	padding: 0 15px 15px 15px;
}

.bordertext {
    background: url("../img/aomeeso/title_border.gif") repeat-x bottom;
    color: #333;
    font-size: 170%;
    line-height: 120%;
    letter-spacing: 4px;
    margin: 40px 15px 30px;
    text-align: center;
	padding-bottom: 15px;
}
#about .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
	padding: 0 15px;
}

#about .flex .img {
    position: relative;
	padding: 0;
}

#about .flex .text {
    max-width: 510px!important;
	width: 38%;
}
#about .flex .mt50 {
    margin-top: 50px;
}

#howto dl {
    display: flex;
    justify-content: space-between;
	padding: 0 15px;
}
#howto dl dt {
    width: 300px;
	text-align: center;
	line-height: 180%;
    letter-spacing: 1px;
    font-size: 16px;
}
#howto dl dt img{
	border-radius: 50%;
	width: inherit;
}
#howto dl dd h5{
	position: relative;
	display: inline-block;
	width: 250px; 
	text-align: center;
	padding: 25px;
	background-color: #f0f1f2;
	border-radius: 20px;
	line-height: 180%;
    letter-spacing: 1px;
    font-size: 16px;
}
#howto dl dd h5:before {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: transparent #f0f1f2;
	border-width: 10px 0 10px 10px;
	top: 50%;
	right: -9px;
    margin-top: -20px;
}
#howto dl dd h5 span{
    font-size: 260%;
    font-family: YuMincho, 游明朝, serif;
    font-style: oblique;
    opacity: 0.5;
    float: left;
    width: 6%;
    margin: -30px;
	color: #276d8c;
}
#howto dl dd p{
	position: relative;
    display: inline-block;
    padding: 25px 5px 25px 20px;
    background-color: #e4f1ed;
    border-radius: 20px;
    margin: 15px 0 0 25px;
    line-height: 180%;
    letter-spacing: 1px;
    font-size: 16px;
}
#howto dl dd .faq1{
	width: 250px;
}
#howto dl dd .faq2{
	width: 330px;
	margin: 15px 0 0 15px;
}
#howto dl dd p:before {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: transparent #e4f1ed;
	border-width: 10px 10px 10px 0;
	top: 50%;
	left: -10px;
	margin-top: -23px;
}
#howto dl dd p span{
    font-size: 260%;
    font-family: YuMincho, 游明朝, serif;
    font-style: oblique;
    opacity: 0.5;
    float: left;
    width: 6%;
    margin: -30px;
	color: #278c6e;
}

#recipe .make {
    line-height: 180%;
    letter-spacing: 1px;
    margin-bottom: 70px;
    font-size: 16px;
	padding: 0 15px;
}
#recipe .make li {
    list-style-type: none;
    border-bottom: 1px dotted #4A9A98;
	padding: 10px 10px 10px 32px;
    text-indent: -31px;
}
#recipe .make li span {
    font-size: 110%;
    font-weight: bold;
    background-color: #619CB6;
    padding: 2px 5px;
    color: #FFF;
    border-radius: 3px;
    margin-right: 10px;
}
#recipe .make li .num {
    margin-right: 0;
}
#recipe .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
	padding: 0 15px;
	padding: 0 15px 30px;
}

#recipe .flex .img {
    position: relative;
	padding: 0;
	border-radius: 3px;
}
#recipe .flex .img img{
    border-radius: 55px;
}

#recipe .flex .text {
    max-width: 510px;
	width: 28%;
    margin-top: 40px;
}

#shops ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
	padding: 0 15px;
}
#shops ul li{
	width: 43%;
    padding: 25px;
    background-color: #f0f1f2;
    border-radius: 20px;
    line-height: 180%;
    letter-spacing: 1px;
    font-size: 16px;
}
#shops ul .shoplist{
    background-color: #e4f0ec;
}
#shops ul li  dl dt img{
	width: 100%;
	border-radius: 20px;
	margin-bottom: 20px;
}
#shops ul li dl dd h5{
	color: #276d8c;
    font-size: 120%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
#shops ul li dl dd h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #f0f1f2 2px, #f0f1f2 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #f0f1f2 2px, #f0f1f2 4px);
}
#shops ul .shoplist dl dd h5:after {
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #e4f0ec 2px, #e4f0ec 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #e4f0ec 2px, #e4f0ec 4px);
}
#shops ul li dl dd .detail{
	margin-bottom: 10px;
}
#shops ul li dl dd .detail .titlecol{
	display: inline-block;
    width: 100px;
}
#shops ul li dl dd .detail .note{
	font-size: 95%;
}
#shops ul li dl dd .button{
	text-align: right;
}
#shops ul li dl dd .button a{
	font-weight: 500;
    line-height: 1.6em;
    background: #276d8c;
    color: #fff;
    border-radius: 20px;
    padding: 3px 17px;
}
#trivia .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
	padding: 0 15px;
	padding: 0 15px 30px;
}

#trivia .flex .img {
    position: relative;
	padding: 0;
	border-radius: 3px;
}
#trivia .flex .img img{
    border-radius: 55px;
}

#trivia .flex .text {
    max-width: 510px!important;
	width: 50%!important;
    margin-top: 40px;
}
#trivia .flex .text span {
    font-weight: bold;
    font-size: 135%;
    line-height: 100%;
    letter-spacing: 4px;
    background: linear-gradient(transparent 60%, #FDEE61 60%);
	color: #276d8c;
    padding-top: 10px;
    display: initial;
}

*, ::before, ::after {
  box-sizing: content-box;
}

body{
	letter-spacing: 0;
}

@media screen and (max-width:640px){

img{
	width: 100%;
}

header img{
	border-radius:0px;
}

header h3{
	background-image:none;
	font-size: 140%;
	border-bottom: 1px solid #e6e5dc;
    margin: -10px 0 20px 0;
	width:100%;
	letter-spacing: 0;
    line-height: 110%;
}

header h3 .text{
	padding-top:30px;
	font-size: 130%;
}

.headicon{
	margin-top:0;
	font-size:20px;
	letter-spacing: 1px;
	padding: 10px;
}

.headicon span{
	line-height:100%;
	background-color:transparent;
	background-size:36px;
	padding: 15px 5px 0 38px;
}
.bordertext {
    font-size: 140%;
}
#sub section {
    margin-bottom: 30px;
}
#sub section .text{
	padding: 0;
}
#sub section .img {
     padding: 0; 
}

#about .flex {
    display: block;
}
	
#about .flex .text {
	width: 100%;
}
#about img {
    padding: 0 0 15px 0;
}


#howto dl {
    display: block;
	margin-top: 20px;
}
#howto dl dt {
    width: auto;
	margin-bottom: 20px;
}
#howto dl dt img {
    width: 100%;
}
#howto dl dd {
    width: auto;
}
#howto dl dd p {
    margin: 15px 0 20px 25px;
}

#recipe .make li {
	padding-left: 21px;
    text-indent: -31px;
}
#recipe .flex {
    display: block;
	padding: 0 15px;
}
#recipe .flex .text {
    width: 100%;
	margin: 20px 0;
}
#recipe .flex .img img{
    border-radius: 20px;
}

#shops ul {
    display: block;
    padding: 0;
    width: auto;
}
#shops ul li {
    margin-bottom: 20px;
	width: auto;
}
#shops ul li dl dd .button {
    text-align: center;
}

#trivia .flex {
    display: block;
	padding: 0 15px;
}
#trivia .flex .text {
    width: 100%!important;
	margin: 20px 0;
}
#trivia .flex .img img{
    border-radius: 20px;
}
}

/* ADD CSS 2024.10.23 */
/*-----------------------------------------------
   .page-season
------------------------------------------------*/
.page-season #howto dl dd h5{
	width: 288px;
}
.page-season #shops ul li {
    width: 48%;
}
@media screen and (max-width: 640px) {
.page-season #shops ul li {
        width: auto;
    }
}