@charset "utf-8";

/* CSSリセット */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


@font-face {
font-family: "ume";
src: url(fonts/ume.eot),
url(fonts/ume.woff);
}

body {
	line-height: 1.2;
	font-family:"ume";
}

a {
	text-decoration:none;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
	zoom:1;
}

.clearfix:after {                                                                                                          
    content: "";
    display: block;
    clear: both;
}

div,section,.tencho {
	overflow:hidden;
}



/* CSSリセット終了 */
header {
	max-width:1200px;
	margin:15px auto 10px auto;
	overflow:hidden;
}

.logo {
	display:block;
	width:auto;
	float:left;
}

.logo2 {
	width:auto;
	float:left;
}

.description {
	line-height:1.5;
	font-weight:bold;
	margin:1em 0 0 1em;
	font-size:110%;
	width:auto;
	float:left;
}

.shopinfo {
	width:auto;
	float:right;
	margin-top: 20px;
}

.shopinfo li {
	font-weight:bold;
	font-size:120%;
}

li span {
	font-size:80%;
}

.f-shop {
	color:#B74F84;
	margin-bottom:1em;
}

.n-shop {
	color:#0068B7;
}


.nav {
  width: 100%;
  height: 65px;
  margin: 0 auto;
  padding: 0;
  display: flex;
	justify-content: center;
	background:#B74F84;
}

.nav2 {
  width: 100%;
  height: 65px;
  margin: 0 auto;
  padding: 0;
  display: flex;
	justify-content: center;
	background:#0068B7;
}
.nav li {
  position: relative;
  list-style: none;
}

.nav2 li {
  position: relative;
  list-style: none;
}

.nav li a {
  display: block;
  width: 192px;
  height:65px;
  text-align: center;
  color: #fff;
  font-size: 120%;
  line-height: 65px;
  transition: 0.5s;
  text-decoration: none;
  box-sizing: border-box;
	background:#B74F84;
}

.nav2 li a {
  display: block;
  width: 160px;
  height:65px;
  text-align: center;
  color: #fff;
  font-size: 120%;
  line-height: 65px;
  transition: 0.5s;
  text-decoration: none;
  box-sizing: border-box;
	background:#0068B7;
}

.first {
	line-height:1.2 !important;
	padding-top:0.4em;
}

.nav > li:hover > a {/*layer-1*/
  background:#DAAAC0;
}
.nav > li li:hover > a {/*layer-2*/
  background:#DAAAC0;
}

.nav2 > li:hover > a {/*layer-1*/
  background:#88ABDA;
}
.nav2 > li li:hover > a {/*layer-2*/
  background:#88ABDA;
}
.nav li ul {
  top: 40px;
  left: -40px;

}

.nav2 li ul {
  top: 40px;
  left: -40px;

}
.nav li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}

.nav2 li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
.nav li ul li a {
  border-top: 1px solid #eee;
}

.nav2 li ul li a {
  border-top: 1px solid #eee;
}
.nav li:hover > ul > li {
  overflow: visible;
  height: 65px;
}

.nav2 li:hover > ul > li {
  overflow: visible;
  height: 65px;
}
  .nav li ul li ul {
    top: 0;
    left: 110px;
  }
  .nav li ul li ul:before {/*layer-2?*/
    position: absolute;
    content: "";
    top: 30px;
    left: 30px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
  }
  .nav li ul li ul li:hover > a {/*layer-3*/
    color: pink;
    background: #DAAAC0;
  }
  .nav li ul li ul.left {
    top: 0;
    left: -190px;
  }
  .nav li ul li ul.left:before,/*layer-2-left?*/
  .nav li ul li ul li ul.left:before {/*layer-3-left?*/
    position: absolute;
    content: "";
    top: 15px;
    left: 190px;
    border: 5px solid transparent;
    border-right: 5px solid #fff;
  }
  .nav li ul li ul.left li:hover > a {/*layer-2-left*/
    color: pink;
    background:#DAAAC0;
  }
  .nav li ul li ul li ul.left li:hover > a {/*layer-3-left*/
    color: purple;
    background: #DAAAC0;
  }



#main-v {
	z-index:-9999;
}

.carrent {
	background:#DAAAC0 !important;
}

.carrent3 {
	background:#88ABDA !important;
}

.g-nav li a:hover {
	background:#DAAAC0;
}

.side-n {
	width:90% !important;
	margin:0 auto;
}

.flow-side {
	margin:2em 0;
	background:#FFEFA3;
	padding-bottom:2em;
}

.flow-side h3 {
	font-size:160%;
	font-weight:bold;
	text-align:center;
	color:#333;
	margin:1em 0;
}

#main-v {
	max-width:1200px;
	margin:0 auto;
}

#main-v img {
	width:100%;
}

#container {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
}

#main {
	width:72.5%;
	float:right;
}

.title-img img{
	width:100%;
}

.main-h2 {
	color:#fff;
	font-weight:bold;
	font-size:180%;
	background:#B74F84;
	padding:0.5em 1em 0.5em 25px;
	line-height:1.2;
}

.main-h2 > strong {
	font-size:160%;	
}

.normal-p {
	font-size:140%;
	line-height:1.5;
	padding:0.5em 1em 0.5em 25px;
}

.normal-ppp {
	font-size:120%;
	line-height:1.8;
	padding:2em 2em 0 4em;
}

.wankan-p {
	text-align:center;
	font-weight:bold;
	font-size:185%;
	padding:0.5em 25px 1em 25px;
	line-height:1.8;
}

.normal-p > span {
	font-size:140%;
	font-weight:bold;
}

.areano1 {
	width:100%;
	margin-bottom:3em;
	margin-top:1em;
}

.about-link {
	display:block;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	border:1px solid #B74F84;
	color:#B74F84;
	text-align:center;
	width:10em;
	margin:0 auto;
	font-weight:bold;
	font-size:115%;
	padding:1em;
	margin-bottom:3em;
}  

.about-link:hover {
	color:#fff;
	background:#B74F84;

}

.reason {
	padding:1em 1em 1em 2em;
	position:relative;
	border-bottom:1px solid #B74F84;
}

.box-p {
	line-height:1.8;
	padding:1em;
	font-size:140%;
}

.p-left {
	float:left;
	width:60%;
}

.reason-pic {
	width:32%;
	float:right;
	margin-top:2em;
}

.ichioshi {
	vertical-align:top;
	width:70px;
}

.minits {
	color:#fff;
	background:#F39700;
	text-align:center;
	padding:0.5em;
}

.minits2 {
	color:#fff;
	background:#22AC38;
	text-align:center;
	padding:0.5em;
}

.minits3 {
	color:#fff;
	background:#920783;
	text-align:center;
	padding:0.5em;
}


.box-p5 {
	line-height:1.8;
	padding:0 1em 1em 1em;
	font-size:140%;
}

.magi {
	color:#fff;
}

.box-pp{
	line-height:1.8;
	padding:1em;
	font-size:140%;
}

.seitaishi-img {
	width:100%;
}

.red {
	color:red;
	font-weight:bold;
	font-size:120%;
}

.b-span {
	font-weight:bold;
	font-size:120%;
}

.main-h3 {
	color:#fff;
	font-weight:bold;
	font-size:140%;
	background:#B74F84;
	padding:0.6em 4em;
	line-height:1.2;
}

.main-h3-1 {
	color:#B74F84;
	font-weight:bold;
	font-size:240%;
	padding:0.6em 0em 0.6em 3em ;
	line-height:1.2;
	font-weight:bold;
}

.r1{
	position:absolute;
	left:25px;
	top:30px;
}

.r1-5{
	position:absolute;
	left:25px;
}


.becase {
	font-size:135%;
	font-weight:bold;
	text-align:center;
	margin:2em 0;
	line-height:1.8;
}	

.manzoku {
	color:#B74F84;
}

.no1 {
	font-size:200%;
	color:#B74F84;
}

aside {
	width:25%;
	float:left;
	margin-bottom:2em;
}

aside img {
	width:100%;
}

footer {
	background:#B74F84;
}

#footer {
	background:#0068B7;
}

.foot {
	background:#FFFF00;
}

.foot img {
	max-width:700px;
	margin:0 auto;
	width:80%;
	display:block;
}

.foot_in {
	width:980px;
	margin:0 auto;
}

.foot-h3 {
	max-width:1200px;
	text-align:center;
	margin:1.5em auto;
	color:#333;
	font-size:250%;
	font-weight:bold;
	line-height:1.5;
}

.foot-h3 > strong {
	color:#B74F84;
	font-size:290%;
}

.foot-h3 > span {
	font-size:85%;
}

.foot-nav {
	width:980px;
	margin:2.5em auto;
	overflow:hidden;
	padding-top:1em;
}

.foot-nav li {
	width:168px;
	float:left;
	text-align:center;
	margin-left:1em;
}

.raku {
	width:100%;
}

.foot-nav li a {
	color:#fff;
	text-align:center;
	font-size:110%;
	font-weight:bold;
}

.copy {
	color:#fff;
	text-align:center;
	padding-bottom:2em;

}
/** concept shop **/

.sub-nav,.sub-nav2 {
	width:95%;
	overflow:hidden;
	margin:1em 0 0 1em;
}

.sub-nav li {
	width:7em;
	float:left;
    border-radius: 5px 5px 0 0;        /* CSS3草案 */  
    -webkit-border-radius: 5px 5px 0 0;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px 5px 0 0;   /* Firefox用 */  
	padding:1em 0;
}

.sub-nav li:first-child {
	width:13em;
	float:left;
}

.sub-nav li:nth-child(2) {
	width:9em;
	float:left;
}

.sub-nav li:nth-child(3) {
	width:9em;
	float:left;
}


.sub-nav li a {
	color:#B74F84;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	display:block;
}

.sub-blue li a{
	color:#0068B7 !important;
}

.blue {
	color:#0068B7 !important;
}

.bluebg {
	background:#0068B7 !important;
}

.sub-nav li:hover {
	background:#ebebeb;
}

.carrent2 {
	background:#ebebeb;
}

.keiken {
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	background:#ebebeb;
	width:45%;
	float:left;
	margin-left:3.3%;
	margin-top:2em;
	margin-bottom:2em;	
	position:relative;
}

.box-p2 {
	font-size:120%;
	font-weight:bold;
	color:#333;
	line-height:2;
	margin:2em;
}

.p1 {
	position:absolute;
    bottom: -30px;
    right: 10px;
}

.hitori {
	font-size:115%;
	font-weight:bold;
	margin:3em 2em;
}

.hitori > strong {
	font-size:200%;
	color:#B74F84;
	line-height:2;
}

.h3-red {
	color:#B74F84;
	font-size:140%;
	line-height:1.6;
	font-weight:bold;
	margin:2em 0 0 2em;
}	

.h3-red > strong {
	font-size:190%;
}

.hogushi {
	background:#FFF8CE;
}

.box-p-y {
	font-size:140%;
	font-weight:bold;
	line-height:1.5;
	padding:1em 25px;
}

#tabcontrol {
	margin:0 auto;
	overflow:hidden;
	width:95%;
}

#tabcontrol a {
	text-align:center;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	padding:1.5em 0;
	font-size:110%;

}

.tabpage1 {
	display:block;
	color:#fff;
	font-weight:bold;
	background:#FF9300;
}

.tabpage2{
	display:block;
	color:#fff;
	font-weight:bold;
	background:#00AD28;
}

.tabpage3 {
	display:block;
	color:#fff;
	font-weight:bold;
	background:#6441DC;
}

.tab-h2 {
	font-size:200%;
	text-align:center;
	color:#FF9300;
	font-weight:bold;
	margin:1em 0 0 0;
}

.normal-p2 {
	font-size:130%;
	font-weight:bold;
	text-align:center;
	line-height:2;
	color:#333;
}

.normal-p3 {
	font-size:130%;
	font-weight:bold;
	line-height:2;
	color:#333;
	width:50%;
	display:inline-block;
	vertical-align:top;
	margin-left:2em;
}

.flow-box {
	overflow:hidden;
}

.hogushih-box {
	background:#FFF5E9;
}

.seitai-box {
	background:#DFFFDF;
}

.ashitubo-box {
	background:#F2E6FF;
}

.flow-box img {
	width:40%;
	float:left;
}

.flow-p {
	width:55%;
	float:right;
	font-size:115%;
	line-height:1.8;
	margin:2em 3% 0 2%;
}

.flow-p > span {
	color:#B74F84;
}

.yajirushi {
	text-align:center;
	margin:1em 0;
}

.box-p3 {
	font-size:140%;
	color:#000;
	text-align:center;
	padding:1em;
	background:#FFF5E9;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

.flow-h3{
	color:#FF9300;
	font-size:190%;
	font-weight:bold;
	text-align:center;
	line-height:1.5;
	margin:1em 0 4em 0;
}

.seitai-start img {
	width:auto;
	display:inline-block;
	margin-left:1em;
}

.seitai-start {
	margin-bottom:4em;
}

.ashitubo {
	width:95%;
	margin:0em auto 1em auto;
}

/** staff **/

.tencho {
	background:#FFF8CE;
	overflow:hidden;
	padding:2em;
	margin-bottom:2em;
}

.tencho-pic {
	width:30%;
	float:left;
	margin-right:1em;
}

.tencho-txt {

}

.normal-p4 {
	font-size:100%;
	line-height:1.8;
}

.aisatsu {
	font-size:140%;
	font-weight:bold;
	line-height:1.6;
	color:#B74F84;
	margin-bottom:1em;
}

.staff-intro {
	 border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	border:2px solid #ccc;
	width:25%;
	display:inline-block;
	padding:1em;
	margin-left:3%;
	margin-bottom:2em;
}

.staff-intro img {
	width:90%;
	margin:0 auto 1em auto;
	display:block;
}

.yaku {
	font-size:70%;
	margin-bottom:1em;
}

.s-name {
	font-size:120%;
	color:#B74F84;
	border-bottom:
	2px solid #ccc;
	font-weight:bold;
}

.staff-p {
	font-size:80%;
	line-height:1.6;
	margin-top:1em;
}

.shift {
	width:100%;
	display:block;
	margin:0 auto 6em auto;
}


.shop-info {
	max-width:1200px;
	margin:0 auto;
	border-top:1px solid #bbb;
	overflow:hidden;
	padding:3em 0;
}

.shop-left {
	width:45%;
	float:left;
	margin-left:5%;
}

.map {
	width:45%;
	float:right;
	margin-right:5%;
}

.shop-shift {
	width:90%
}

.shop-logo {
	width:20%;
	float:left;
}

.shop-p1 {
	float:left;
	width:auto;
	margin-top:2em;
}


.side-nav li{
	width:auto;
	font-size:130%;
	font-weight:bold;
	padding: 1em;
	margin-bottom:1px;
	background:#DAAAC0;
	text-align:center;
}

.side-nav li:first-child {
	background:#B74F84 !important;
}

.side-nav2 li{
	width:auto;
	font-size:130%;
	font-weight:bold;
	padding: 1em;
	margin-bottom:1px;
	background:#88ABDA;
	text-align:center;
}

.side-nav2 li:first-child {
	background:#0068B7 !important;
}


.side-nav li a {
	color:#fff;
	display:block;
}

.side-nav2 li a {
	color:#fff;
	display:block;
}

.side-nav li a:hover {
	color:yellow;
}

.side-nav2 li a:hover {
	color:yellow;
}

.manzoku {
	margin:1em 0;
}

.jishin {
	width:100%;
	margin:0 auto;
}

#konnakeiken {
	 border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
    box-sizing: border-box;
	padding:1em 25px 0 25px;
	border:2px solid #aaa;
	margin-bottom:1em;
	position:relative;
}

.keiken-h3 {
	font-size:180%;
	font-weight:bold;
	color:#B74F84;
	margin-bottom:1em;
}

.keiken-ul li {
	font-size:140%;
	padding-right:4em;
	margin-bottom:1.5em;
	list-style-image:url(images/list.gif);
	margin-left:28px;
}


.katakori {
	position:absolute;
	top:-10px;
	right:-5px;
}

.herunia {
	position:absolute;
	top:155px;
	right:-5px;
}

.hizaita {
	position:absolute;
	bottom:-20px;
	right:-5px;
	width:140px;
}

.fushimi-b a{
	background:#DAAAC0;
	color:#fff;
	font-weight:bold;
	font-size:140%;
	width:auto;
	text-align:center;
	display:block;
	padding:1em 0;
	line-height:1.6;
	margin-top:0.5em;
}

.fushimi-b a:hover {
	color:yellow;
}

.nagaoka-b a{
	background:#88ABDA;
	color:#fff;
	font-weight:bold;
	font-size:140%;
	width:auto;
	text-align:center;
	display:block;
	padding:1em 0;
	line-height:1.6;
	margin-top:0.5em;
}

.nagaoka-b a:hover {
	color:yellow;
}

.other-link a {
	background:#B74F84;
	color:#fff;
	font-weight:bold;
	font-size:140%;
	width:auto;
	text-align:center;
	display:block;
	padding:1em 0;
	line-height:1.6;
	margin-top:0.5em;
}

.menu-table {
	width:48%;
	display:inline-block;
	margin-top:2em;
}

.menu-title {
	color:#fff;
	background:#B74F84;
	 border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
    box-sizing: border-box;	
	text-align:center;
	font-weight:bold;
	font-size:120%;
	padding:0.5em 0;
}

.normal-td {
	padding:1em 0;
	border-bottom:1px solid #bbb;
	line-height:1.4;
}

.th3,.td5,.td3 {
	border-bottom:1px solid #bbb;
}

.th1 {
	text-align:left;
	font-weight:bold;
	padding:1em 0;
	font-size:110%;
}

.ex-td {
	font-size:90%;
}

.ex-td2 {
	font-size:90%;
	font-weight:bold;
	padding:1em 0;
}

.price2 > span {
	font-size:70%;
}

.price {
	margin-right:1em;
	color:#666;
	font-size:90%;
}

.price2 {
	text-align:right;
	font-size:110%;
}

.normal-td2 {
	font-size:90%;
	padding:2em 0;
	text-align:center;
}

.table-pic {
	width:100%;
}

.otameshi {
	width:70px;
	position:relative;
}

.otameshi img {
	width:80%;
	position:absolute;
	display:block;
	top:60px;
}

.first-table {
	min-height:482px;
}

.th2 {
	text-align:left;
	color:#336699;
	font-weight:bold;
	padding:1em 0;
	font-size:110%;
}

.th3 {
	text-align:left;
	color:#CC6600;
	font-weight:bold;
	padding:1em 0;
	font-size:110%;
}

.td3 {
	color:#CC6600;
	font-size:90%;
	padding:1em 0;
}

.settable {

}

.foot-table {
	min-height:590px;
}

.service-title {
	text-align:center;
}

.campain-box {
	display:inline-block;
	width:48%;
	float:left;
	margin:2em 0;
}

#campain {
	overflow:hidden;
}

.canpain li {
	margin-top:0.5em;
}

.camp-h4 {
	color:blue;
	font-size:180%;
	font-weight:bold;
	text-align:center;
}

.camp-h4-2 {
	color:orange;
	font-size:180%;
	font-weight:bold;
	text-align:center;
}

.normal-pp {
	font-size:120%;
	line-height:1.6;
	padding:0.5em 2em;
}

.campain-pic {
	width:100%;
	margin-bottom:5em;
}

.campain-h3 {
	font-size:160%;
	font-weight:bold;
	text-align:center;
	color:green;
	padding:1em;
}

.campain-h3 > span {
	color:yellow;
	background:red;
	padding:0.5em;
}

.camp-p {
	text-align:center;
	font-size:120%;
	margin-bottom:1em;
}

.camp-ul li {
	width:33%;
	display:inline-block;
	color:#660066;
	font-size:140%;
	font-weight:bold;
	text-align:center;
}

.service-price {
	color:red;
	text-align:right;
	font-size:110%;
	border-bottom:1px solid #ccc;
	padding:1em 0;
}

.border-b {
	border-bottom:1px solid #ccc;
	padding-bottom:1em;
}	

.otoku {
	min-height:626px;
}

.tab-h2 img {
	width:100%;
}


/*ボタン装飾*/
.hidden_box label {
    padding: 1em;
    font-weight: bold;
    cursor :pointer;
	position:absolute;
	left:4em;
	color:#B74F84;
	font-size:110%;
	width:90%;
    background: #efefef;
}

.q-head {
	width:5%;
	position:absolute;
	background:#B74F84;
	color:#fff;
	font-size:160%;
	padding:0.5em 0.5em;
    border-radius:5px 0  0 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px 0 0 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius:  5px 0 0 5px;   /* Firefox用 */  
	text-align:center;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #F4E6EC;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 3em 0 0 0;
    height: auto;
    opacity: 1;
}

.hidden_box {
    margin: 2em 0 4em 0;/*前後の余白*/
    padding: 0;
	position:relative;
}

.link {
	padding:1.5em 3em;
	border-bottom:1px solid #bbb;
	margin:0 2em;
}

.link a {
	font-size:120%;
	color:#000;
	text-decoration:underline;
}

.link a:hover {
	color:#B74F84;
}


/*コロナについて*/
.corona-area {
	margin-bottom: 15px;
	display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    justify-items: center;
}
.corona-alcohol__img {
    width: 160px;
    height: 220px;
    object-fit: cover;
}
.corona-alcohol__img02 {
    width: 160px;
    height: 170px;
    object-fit: cover;
}
.corona-alcohol__img03 {
    width: 105px;
    height: 130px;
    object-fit: cover;
}
.corona-alcohol__img04 {
    width: 324px;
    height: 200px;
    object-fit: cover;
}
.corona-alcoho02 {
    width: 324px;
    display: flex;
    justify-items: center;
    justify-content: center;
}
.corona-txt {
	margin: 10px 0 0 22px;
    font-size: 22px;
    width: 510px;
	line-height: 1.4;
}
.greet {
    font-size: 40px;
    text-align: center;
	font-weight: bold;
}

#reason {
	margin-bottom: 80px;
}