@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
.sp{
	display: none;
}
a:hover img{
	transition: 1.0s;
	opacity: 0.7;	
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid #000;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: #f7f7f7;    
}
nav a {
    padding: 0.5rem;
}
@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.header {
	flex-direction: column;
    margin-bottom: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open,#close  {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
}
    
/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 0 0;
}
section {
	margin: 5rem 0;
	padding: 3rem 0;
}
.gray-back {
	background-color: #f4f4f4;
}
.row .col.span-4 p{
	padding-bottom: 1em;
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: left;
	max-width: 750px;
	margin: 0 auto;
}
.catch h2 {
    line-height: 1.7em;
	text-align: center;
}
.catch p{
	padding: .6em 1em 0 1.5em;
	text-indent: 1em;
}
.catch p:nth-of-type(2) {
  text-indent: 0;
}
.catch p span.gold{
	font-weight: bold;
	color: #cc0000;
}
.under {
    border-bottom: 0.4rem solid #000;
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}
h2.under_line{
	text-decoration: underline;
	text-decoration-thickness: 4px;
	text-underline-offset: 15px;	
}

/*コンテンツ
-------------------------------------*/
.order_box{
	display: flex;
	margin-top: -9px;
}
.order_box .half{
	width: 50%;	
}
.green{
	background-color: #157f49;
}
.azuki{
	background-color: #772233;
}
.blue{
	background-color: #086ba2;
}
.purple{
	background-color: #5a2984;
}
.brown{
	background-color: #7c5323;
}
.usu_purple{
	background-color: #995599;
}
.usu_pink{
	background-color: #a8457a;
}
p.right_text{
	text-align: right;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 5rem 0;
}
footer h4 {
    border-bottom: 3px solid #ccc;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #000;
}
.copyright a {
    color: #fff;
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #000;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #666;
}

/*スマ坊さん声色
-------------------------------------*/
.sumabo_voice {
	padding: 0 1.8em;
}

.sumabo_voice ul li {
	text-align: left;
}

.sumabo_voice h2 {
	color: #6b2136;
	border-bottom: 3px solid #6b2136;
	font-size: 3.2rem;
	font-weight: bold;
}

.voice_list:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.voice_list dl {
	width: 50%;
	float: left;
	border: 10px solid #eeeeee;
	border-radius: 6px;
}

.wine_red_t {
	color: #cc0000;
	font-weight: bold;
}
/*受付時間変更の告知
-------------------------------------*/
.caution{
	border: 1px solid #cc0000;
	max-width: 750px;
	margin: 0 auto 2.5em;
	text-align: center;
	padding: 1em;
}
.r_title{
	font-weight: bold;
	font-size: 1.4em;
}
.caution p span{
	font-size: 1.2em;
	font-weight: bold;
	color: #cc0000;
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}
.caution{
	margin: 0 auto 1em;
	padding: .5em;
}
.caution p{
	text-align: left;
}
.caution p.r_title{
	text-align: center;		
}
.caution p span{
	font-size: 18px;
}
}

/* Chrome、Safari以外 */
summary {
  display: block;
  cursor: pointer;
  outline: none;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

details {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 15px;
  display: block;
  padding: .6em .6em .3em .6em;
}

details summary::before {
  content: none !important;
}
details[open] div {
  animation: accordion 0.4s linear;
  overflow: hidden;
  font-size: 16px;
  text-align: left;
  padding-left: .5em;
}
p.tap{
	font-size: 14px;
	padding: .5em 0 0 0;
	margin: 0;
	text-align: center;
}

@keyframes accordion {
  0% {
    opacity: 0;
    height: 0;
  }
  70% {
    opacity: 0;
    height: 200px;
  }
  100% {
    opacity: 1;
  }
}

/* チェックボックス02 */
.choice_box{
display: flex;
}
.half{
	width: 48%;
}
input[type=checkbox] {
    display: none;
}
.checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox02::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox02::after {
    border-right: 6px solid #00cccc;
    border-bottom: 3px solid #00cccc;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
input[type=checkbox]:checked + .checkbox02::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}
#mail_form{
	text-align: center;
}
@media screen and (max-width: 480px){
.choice_box{
display: inline;
}
.half{
	width: 100%;
}
}