@charset "utf-8";

/***************************************
 For manga
 arai@onenote.co.jp
 July 31, 2023
***************************************/

.omakase h1{
    font-size: 19px;
    text-align: center;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: bold;
    color: #000;
    background-color: #f9f9f9;
    padding: 10px;
}
div#two_maincolumn.omakase h2{
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    padding: 10px;
    background-color: #f9f9f9;
}

.omakaseMainImgBox{
    margin-bottom: 30px;
}
.omakase section {
    margin-bottom: 50px;
}
dl.taishoList {
    display: grid;
    grid-template-columns: 200px 1fr;
    row-gap: 15px;
    column-gap: 15px;
}
.omakase p.note{
    font-size: 12px;
    margin-bottom: 10px;
}
.alignR{
    text-align: right;
}
dl.taishoList dt,
dl.taishoList dd{
    padding: 10px;
    
}

p.lead{
    font-size: 16px;
    text-align: center;
    line-height: 2;
    border: solid #dcdcdc 3px;
    padding: 20px;
}


dl.taishoList dt{
    font-weight: bold;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
}

.attentionBox {
    border: solid 1px #f1f1f1;
    padding: 20px;
    border-radius: 10px;
}
div#two_maincolumn.omakase .attentionBox h2{
    background-color: transparent;
    padding: 0;
    margin-top: 10px;
}
strong{
    font-weight: bold;
}
.attentionBox .attentionList{
    font-size: 13px;
}
.attentionBox .attentionList {
    padding-left: 20px;
}
.attentionBox .attentionList li{
    list-style: disc;
    padding-left: 10px;
    margin-bottom: 15px;
}
h3.flowTTL {
    position: relative;
    padding-left: 60px;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 20px;
}
h3.flowTTL::before {
    width: 45px;
    height: 2px;
    position: absolute;
    content: '';
    top: 14px;
    left: 0;
    background-color: #E84418;
}
.flowWrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 5%;
    border: solid #f1f1f1 2px;
    border-radius: 15px;
    box-sizing: border-box;
}

.omakaseFlow p{
    font-size: 13px;
}

.omakaseFlow li {
    display: grid;
    grid-template-columns: 80px 1fr;
    margin-bottom: 40px;
    padding-left: 90px;
    position: relative;
}
.omakaseFlow li h4{
    font-weight: bold;
}
.omakaseFlow li h4 span{
    font-size: 12px;
    font-weight: normal;
}
.omakaseFlow li::before {
    display: block;
    height: calc(100% + 40px);
    content: '';
    width: 5px;
    background-color: #ffec11;
    position: absolute;
    left: 22px;
    top: 8px;
}
.omakaseFlow li:last-child::before{
    display: none;
}
.omakaseFlow li .num {
    left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #555555;
    background-color: #ffec11;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: absolute;
    line-height: 1;
    width: 20px;
    height: 20px;
}
.omakaseFlow li:last-child{
    margin-bottom: 0;
}
.omakaseFlow .icon img{
    max-width: 50px;
    max-height: 40px;
}

.formGroup{
    margin-bottom: 20px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.loginPanel {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f9f9f9;
    padding: 5%;
}
input[type="text"], input[type="email"], input[type="password"], select, textarea, textarea.form-control,input[type="date"] {
    height: auto;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    color: #000000;
    border-radius: 5px;
}
.formGroup input[type="text"], .formGroup input[type="email"], .formGroup input[type="password"], .formGroup textarea {
    min-width: 100%;
}
textarea{
    field-sizing: content;
    max-width: 300px;
    min-height: 200px;
    line-height: 1.6;
    padding-top: 15px;
    padding-bottom: 15px;
}

.loginPanel {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.loginPanel h3 {
    background-color: fff;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-weight: bold;
    text-align: left;
    margin-top: 50px;
}
.loginPanel h3.norMrg{
    margin-top: 0;
}
.regBtnBox{
    text-align: center;
    margin-top: 30px;
}

.formInputSubmitBlue {
    display: inline-block;
    background-color: #5185ED;
    font-weight: bold;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFFFFF;
    line-height: 1;
    border-radius: 40px;
    background: #5185ED;
    border-color: #5185ED;
    font-weight: bold;
    margin-bottom: 5px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 7%);
    border: none;
    cursor: pointer;
}


div#two_maincolumn.omakase .loginPanel h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    padding: 0 10px 20px;
    background-color: #f9f9f9;
    font-size: 26px;
    color: #000;
}
.contactInfo h3{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
}
.contactInfo{
    margin-top: 20px;
    padding: 4%;
    background-color: #f9f9f9;
    text-align: center;
}
.contactInfo .telNumBox{
    padding: 4%;
    background-color: #FFF;
    margin-bottom: 3px;
}
.contactInfo .telNumBox a{
    text-decoration: none;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}
.contactInfo .telNumBox .mail a {
    font-size: 16px;
    line-height: 1.6;
}
.contactInfo .telNumBox p{
    font-size: 13px;
    margin-bottom: 0;
}
.contactInfo .telNumBox p span{
    font-size: 18px;
}
.contactInfo2cBox{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3px;
}
.formGroup input[type="text"].inlineForm{
    display: inline-block !important;
    width: 80px;
    min-width: auto;
}


br.forPC{
    display: inline;
}
br.forSP{
    display: none;
}


/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    body {
        font-size: 80%;
    }
    br.forPC{
        display: none;
    }
    br.forSP{
        display: inline;
    }
    div#two_maincolumn.omakase .loginPanel h2 {
        font-size: 20px;
    }
    .contactInfo h3{
        font-size: 14px;
    }
    .contactInfo{
        padding: 6%;
    }
    .contactInfo .telNumBox{
        padding: 6%;
    }
    .contactInfo2cBox{
        grid-template-columns: 1fr;
    }
    
    .omakase h1 {
        font-size: 18px;
        color: #000000;
    }
    .omakase p.note {
        font-size: 10px;
        margin-bottom: 10px;
    }
    dl.taishoList {
        display: grid;
        grid-template-columns: 130px 1fr;
    }
    .flowWrapper {
        width: 100%;
    }
    .omakaseFlow li .num {
        left: 0;
        font-size: 13px;
        font-weight: bold;
        color: #555555;
        background-color: #ffec11;
        border-radius: 50px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        position: absolute;
        line-height: 1;
        width: 40px;
        height: 40px;
        box-sizing: border-box;
    }
    .omakaseFlow li::before {
        display: block;
        height: calc(100% + 40px);
        content: '';
        width: 3px;
        background-color: #ffec11;
        position: absolute;
        left: 18px;
        top: 8px;
    }
    .omakaseFlow li {
        display: grid;
        grid-template-columns: 60px 1fr;
        margin-bottom: 40px;
        padding-left: 60px;
        position: relative;
    }
    .omakaseFlow .icon img {
        max-width: 40px;
        max-height: 30px;
    }
    .attentionBox {
        padding: 4%;
    }
    h3.flowTTL {
        position: relative;
        padding-left: 40px;
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 18px;
    }
    h3.flowTTL::before {
        width: 30px;
    }
}



/*-------------------------------------
 loading
-------------------------------------*/
.loading {
	position: fixed;
	z-index: 999999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display:none;
}

/* Transparent Overlay */
.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
.loading em{
	display: block;
    font-size: 12px;
    width: 100%;
    height: 1em;
    position: fixed;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: 40px;
}


