@charset "utf-8";

html {
	background: #191b1d;
}

html.fixed {
	position: relative;
	overflow: hidden;
	height: 100%
}

body {
	font-family:  'Noto Sans JP',"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #f1f2e6;
	width: 100%;
	position: relative;
	overflow-x: hidden;
}
body.fixed{
	position: fixed;
	overflow: hidden;
}
.wrapper{
	width: 100%;
	position: relative;
	overflow-x: hidden;
}

/* Color
----------------------------------------------------*/
.sectionBlk{
	color:#ffffff;
	background: #191b1d;
}
.sectionGry{
	color:#ffffff;
	background: #292b2d;
}
.sectionWht{
	color:#222;
	background: #ffffff;
}
.sectionRed{
	color:#ffffff;
	background: #ba0000;
}

.sectionRed2{
    color:#ffffff;
    background: #901b1b;
}

/* Heading
----------------------------------------------------*/
h1 {
	font-size: 28px;
	font-size: 2.8rem;
}

h2 {
	font-size: 67px;
	font-size: 4.1875rem;
}

h3 {
	font-size: 53px;
	font-size: 3.3125rem
}

h4 {
	font-size: 24px;
	font-size: 1.5rem;
}

h5 {
	font-size: 14px;
	font-size: 1.4rem;
}

p{
	font-size: 21px;
	font-size: 1.3125rem;
	letter-spacing: 0.2em;
	font-weight: bold;
}

/* Anchor
----------------------------------------------------*/
a,
a img {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

a.block {
	display: block;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

a.block .blockLink {
	color: #5483bd;
	text-decoration: none;
}

a.block:hover .blockLink {
	text-decoration: underline;
}


/* Input,Select,Textarea
----------------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="date"],
select,
textarea {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: inherit;
	font-weight: inherit;
	padding: 9px 10px;
	width: 100%;
	background: #fff;
	border: 1px solid #d4d5d6;
	border-radius: 3px;
	color: #222;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	vertical-align: middle;
}

input::-ms-clear {
	visibility: hidden;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

textarea {
	min-height: 180px;
	resize: vertical;
	display: block;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #949596;
}

input[disabled],
select[disabled],
textarea[disabled] {
	color: #C4C5C6;
	border: none;
}



@media screen and (min-width: 768px){

/* Anchor
----------------------------------------------------*/


/* Input,Select,Textarea
----------------------------------------------------*/
input[type="text"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="email"],
select,
textarea {
  	font-size: 14px;
  	font-size: 1.4rem;
}

}

.text-center {
    text-align: center;
}
.mt-20 {
    margin-top: 20px !important;
}

@media screen and (min-width: 480px) {
    /* PC側のクラス */
    .takeout_img_width {
        width:800px;
    }
	.contact-box-font {
		font-size: 20px !important;
	}
	.contact-flex-pc {
        display: flex;
        justify-content: space-evenly;
	}
}
@media screen and (max-width: 480px) {
	/* SP側のクラス */
    .takeout_img_width {
        width:300px;
    }
    .login-box {
        font-size:26px;
    }
	.contact-box-font {
		font-size: 14px !important;
	}
	.contact-box-button {
		margin-bottom: 20px !important;
	}
}
