@charset "UTF-8";
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
.sp_none {
	display: none!important;
}
img {
	width: 100%;
	height: auto;
	font-size: 0px;
	line-height: 0px;
}
table {
	width: 100%;
}
html, body{
	width: 100%;
	height:100%;
	font-size:62.5%;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans Japanese',   sans-serif;
	line-height: 1.8;
	color: #1d293f;
	font-size: 1.5rem;
    background-color: #efe9e5!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#container {
	width: 100%;
	clear: both;
	float: left;
}
header {
	background-color: #fff;
    padding: 18px 3% 12px;
}
.header_inner {
}
header p {
	width: 58%;
    max-width: 198px;
}
header nav {
	float: right;
	padding-top: 30px;
    display: none;
}
header ul li {
	margin-left: 52px;
	display: inline;
}
header ul li a {
	font-weight: bold;
}
header ul li a:hover {
    text-decoration: none;
    border-bottom: 4px solid #B72516;
    padding-bottom: 30px;
}
h1 {
	/* [disabled]margin-top: 30px; */
	font-weight: bold;
	text-align: center;
	font-style: italic;
    font-size: 2.3rem;
    line-height: 1.5;
}
.eng {
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	letter-spacing: 0.06em;
	font-style: italic;
    font-size: 1.3rem;
}
.request {
    padding: 21px 0 25px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
    background: url(../img/index/bg_circle.png), url(../img/index/bg_circle.png), url(../img/index/bg_circle.png), url(../img/index/bg_circle.png);
    background-repeat: no-repeat;
    background-position : left 8px top 8px, right 8px top 8px, left 8px bottom 8px, right 8px bottom 8px;
    background-size: 8px;
    background-color: #112139;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pattern_02 {
    border: 2px solid #FFFFFF;
    padding: 24px 5% 28px;
}
.request .sub_title {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 2px;
}
.request .title {
    font-size: 3.6rem;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.26em;
    margin-bottom: 8px;
}
.request .button {
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    overflow: hidden;
    max-width: 466px;
}
.request .button a {
    width: 100%;
    float: left;
    clear: both;
    padding: 14px 0 15px;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 30px;        /* CSS3草案 */
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 30px;   /* Firefox用 */
    background: url(../img/index/button_icon.png) 15px center, url(../img/index/gradation.jpg) ;
    background-repeat: no-repeat, repeat-x;
    background-size: 24px, 60px;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #CB1705;
}
.request .button a:hover {
    text-decoration: none;
    background: url(../img/index/button_icon_hover.png) 15px center;
    background-repeat: no-repeat;
    background-size: 24px;
    color: #CB1705;
    background-color: #FFFFFF;
    transition-duration: 0.3s;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #CB1705;
}
.main {
	height: 30vw;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
table {
	width: 100%;
	border-color: #000000;
}
table tr {
    line-height: 1.5;
}
table th {
    width: 100%;
    display: block;
    font-weight: bold;
    text-align: center;
    background-color: #f1f1f1;
    padding: 12px 20px;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
}
table span {
    font-size: 1.3rem;
	font-weight: bold;
}
table td  {
	text-align: left;
	width: 100%;
	display: block;
    padding: 16px 0 48px;
}
textarea, input[type="text"]{
	border:1px solid #eae7e7;
	-webkit-appearance:none;
	-webkit-border-radius:0;
	margin:0;
	background: none;
	padding: 8px 10px;
    font-size: 1.5rem;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"] {
    width: 100%;
}
textarea {
    width: 100%;
    height: 340px;
}
input[type="text"]:focus, textarea:focus {
    outline: 0;
}
table .box {
    margin-bottom: 10px;
}
table .box p {
    display: inline-block;
    margin-right: 8px;
}
table .box .number {
    display: inline-block;
    width: 156px;
}
.send {
    max-width: 354px;
    margin: -8px auto 0;
}
.send button {
    width: 100%;
    display: block;
    background-color: #B72516;
    border: 2px solid #B72516;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    padding: 16px 0;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */ 
    font-size: 1.5rem;
}
.send button:hover {
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #B72516;
    color: #B72516;
    transition-duration: 0.3s;
}
footer {
	background-color: #041125;
	width: 90%;
    float: left;
	clear: both;
    padding: 40px 5% 30px
}
.footer_inner {
}
footer .fotter_logo {
	width: 58%;
	max-width: 198px;
	margin: 0 auto 28px;
}
footer nav {
	padding-bottom: 36px;
    text-align: center;
}
footer nav ul li {
    display: inline-block;
    margin: 0px 16px 8px;
}
footer nav ul li a {
	font-weight: bold;
	color: #FFFFFF!important;
}
footer .copyright {
    color: #FEFEFE;
    line-height: 0;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
}
#back-top {
	position: fixed;
	bottom: 10px;
	right: 8px;
	display: block;
	width: 60px;
	z-index: 99999999;
	clear: both;
	float: left;
}
/*===============================================
●スマホメニュー
===============================================*/
#container {
    display: table;
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.8);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
#container__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 70px 0;
    background: #112139;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}
.drawer-menu ul {
    margin: 0 20px;
    border-top: 1px solid #24344b;
}
.drawer-menu li {
    border-bottom: 1px solid #24344b;
    background-repeat: no-repeat;
    background-position: left center;
}
.drawer-menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .8s;
    transition: all .8s;
    padding-left: 18px;
    background-image: url(../img/share/arrow.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.drawer-menu li a:hover {
    text-decoration: none;
}
.drawer-menu .sub li a {
    background-image: url(../img/share/icon_nav.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 12px center;
}
.drawer-menu .sub li a.off {
    background-image: url(../img/share/icon_nav_off.png);
}
.drawer-menu > ul > li {
	background-position-y: 16px;
}
.drawer-menu .sns  {
    text-align: center;
    margin-top: 28px;
}
.drawer-menu .sns p  {
    width: 40px;
    display: inline-block;
    margin: 0 5px;
}

.drawer-menu ul.sub {
	display: none;
    margin: 0;
}
.drawer-menu ul.sub li a {
   margin-left: 20px;
   padding-left: 30px;
}
.drawer-menu a.off  {
	color: #666666;
    pointer-events: none;
}
.drawer-menu span.icon {
	position: absolute;
	right: 30px;
}
/* checkbox */
.check {
    display: none;
}

/* menu button - label tag */
.menu-btn {
    position: absolute;
    display: block;
    top: 17px;
    right: 10px;
    display: block;
    width: 36px;
    height: 36px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 36px;
    height: 2px;
    background: #1d293f;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.bar.middle {
    top: 10px;
    opacity: 1;
}

.bar.bottom {
    top: 20px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.menu-btn__text {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
}

.menu-btn:hover .bar {
    background: #1d293f;
}

.menu-btn:hover .menu-btn__text {
    color: #1d293f;
}

.close-menu {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    cursor: url(http://theorthodoxworks.com/demo/images/cross.svg),auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}

/* checked */
.check:checked ~ .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
}

.check:checked ~ #container {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

.check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
    width: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
    width: 40px;
    top: 26px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
}

.check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0,0,0,.5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
}
.drawer-menu .button a {
    width: 72%;
    border-radius: 10px;/* CSS3草案 */
    -webkit-border-radius: 10px;/* Safari,Google Chrome用 */
    -moz-border-radius: 10px;/* Firefox用 */
    box-shadow: 0 4px 0 #a31f1f;
    color: #ffffff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 0 10px;
    -webkit-box-shadow: 0 4px 0 #a31f1f;
    background-color: #d23f3f;
    margin: 30px auto 0px;
    font-size: 14px;
}
.drawer-menu .button a:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0px);
}


.pickup_bord p{
    float: left;
    overflow: hidden;
    margin-right: 10px;
}
.pickup_bord p.message{
    width: calc( 88vw - 65px );
    margin-right: 0;
}
.pickup_bord span.text{
    display: inline-block;
    width: auto;
    white-space: nowrap;
    animation:
    first 10s linear 3s alternate forwards,
    second 20s linear 13s infinite forwards;
}

@keyframes first {
    from{ transform: translate(0);}
    to { transform: translate(-100%); }
}

@keyframes second{
    from{ transform: translate(calc( 88vw - 65px  ));}
    to { transform: translate(-100%); }
}
}






