@charset "utf-8";

/*---------------------------------------------------
under 1200
---------------------------------------------------*/

@media screen and (max-width: 1200px) {

/* ---------------------------------------------------✁ 
	共通
------------------------------------------------------*/

body {
	min-width: 100%;
}

#wrapper {
	position: relative;
}

.content {
	width: 90%;
}

.content .content {
	width: 100%;
}


/* ---------------------------------------------------✁ 
	ヘッダー
------------------------------------------------------*/

#header {
	padding: 0;
	top: 0;
	left: 0;
}

#header h1 {

}

#header .content {
	width: 100%;
}


/* ---------------------------------------------------✁ 
	ナビゲーション
------------------------------------------------------*/

.menu-trigger {
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	transition: all .4s;
	background: none;
	border: 1px solid #FFF;
	border-radius: 0;
}

.menu-trigger div {
	width: 30px;
	height: 20px;
	position: relative;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	box-sizing: border-box;
	transition: all .4s;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 9px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.openmenu .menu-trigger span {
	
}

.openmenu .menu-trigger span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}

.openmenu .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}

.openmenu .menu-trigger span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
	bottom: -2px;
}

#mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1001;
	cursor: pointer;
	opacity: 0.5;
}

#header nav {
	z-index: 1002;
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	max-height: 100%;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	transition : all 0.5s ease 0s;
	overflow-x: hidden;
	overflow-y: auto;
	margin-right: -100vw;
	background: none;
}

#header nav .content {
	padding: 0;
}

.openmenu #mask {
	display: block;
}

.openmenu {
	overflow: hidden;
	height: 100%;
}

.openmenu #header nav {
	animation-name: fadein;
	animation-duration: 0.5s;
	margin-right: 0;
	display: flex;
	flex-direction: column;
}

#wrapper {
	
}

.openmenu #wrapper {
	
}

#header {
	padding: 30px;
	z-index: 1002;
}

#header nav {
	display: none;
	width: 100%;
}

#header nav ul {
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0;
}

#header nav ul li a {
	font-size: 28px;
	margin: 10px 0;
	color: #FFF;
}

nav .login {
	background: url(../images/icon-login.svg) no-repeat right 0px center;
}

#header.page-header .language {
	margin: 0;
	line-height: 40px;
}

.language dt {
	font-size: 28px;
	color: #FFF;
}



.menu-trigger.button {
	border: 1px solid #6E2020;
	background: none !important;
	padding: 0;
}

.menu-trigger span {
	background-color: #6E2020;
	margin: 0;
}

.page-header .menu-trigger.button {
	border: 1px solid #FFF;
	background: none !important;
}

.page-header .menu-trigger span {
	background-color: #FFF;
}

.openmenu .menu-trigger span {
	background: #FFF;
	
}

.openmenu .menu-trigger.button {
	border: 1px solid #FFF;
}

#header .account {
	margin: 0;
	
	display: none;
}






}

/*---------------------------------------------------
under 767
---------------------------------------------------*/

@media screen and (max-width: 767px) {

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, figcaption, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	font-size: 12px;
	line-height: 1.7em;
}

h1, h2, h3, h4, h5 {
	line-height: 1.5em;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	line-height: 1.5em;
}

.content {
	max-width: 600px;
	width: 100%;
	padding: 0 15px;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

#wrapper {
	
}



/* ---------------------------------------------------✁ 
	ヘッダー
------------------------------------------------------*/

#header {
	padding: 15px;
}


#header h1 {
	width: 140px;

}

.menu-trigger {
	top: 0px;
	right: 0px;
	transform: scale(0.8);
}

/* ---------------------------------------------------✁ 
	トップ
------------------------------------------------------*/

#top .visual .text h2 {
	font-size: 40px;
}

#top .visual .text p {
	font-size: 16px;
}

header.title {
	padding: 0 15px;
	margin: 20px auto 60px;
}

header.title h2 {
	font-size: 40px;
	margin-bottom: 5px;
}

header.title p {
	font-size: 13px;
}

header.title:after {
	bottom: -20px;
}

#top section {
	padding: 60px 0;
}

#top .service ul li {
	margin: 60px 0 0;
}

#top .service ul li article {
	display: block;
}

#top .service ul li article .image {
	width: 100%;
}

#top .service ul li article .image img {
	margin: auto;
	display: block;
}

#top .service ul li article .text {
	padding: 20px;
	width: 100%;
}

#top .service ul li article .text h3 {
	font-size: 18px;
}

#top .service ul li:nth-child(odd) article .text > div,
#top .service ul li article .text > div {
	margin: 0;
	width: 100%;
}

#top .work ul li {
	width: 50%;
}

#top section footer {
	padding: 0 15px;
}

#top .advantage .content {
	padding: 40px 20px;
}

.blog-list li {
	width: 50%;
}

.form .name {
	display: block;
}

.form .name dl {
	width: 100%;
}

.form .name dl:first-child,
.form .name dl:last-child {
	padding: 0;
}

#top section .form footer {
	padding: 0;
}


/* ---------------------------------------------------✁ 
	フッター
------------------------------------------------------*/

#footer nav ul {
	display: block;
	text-align: center;
}

#footer nav ul li {
	margin: 0 10px;
	display: inline-block;
}

#footer nav ul li a {
	font-size: 15px;
}





/* ---------------------------------------------------✁ 
	ページ
------------------------------------------------------*/

.breadcrumb {
	margin: 30px 0;
}


.breadcrumb ul {
	display: block;
}

.breadcrumb ul li {
	display: inline-block;
}

.breadcrumb ul li a {
	font-size: 11px;
}


.page-title {
	padding: 25vw 0 10vw;
}

.page-title h1 {
	font-size: 30px;
}

.entry-content.page h1 {
	font-size: 20px;
	margin: 30px 0;
}

/* ---------------------------------------------------✁ 
	お問い合わせ
------------------------------------------------------*/

#contact {
	margin: 0 0 30px;
}

/* ---------------------------------------------------✁ 
	ブログ
------------------------------------------------------*/

.detail .page-title h1 {
	font-size: 25px;
}


#blog .blog-content .main-content {
	width: 100%;
}

#blog .blog-content .main-content .photo.content {
	padding: 0;
}

#blog .blog-content {
	display: block;
}

#blog .blog-content .side {
	width: 100%;
	padding: 0;
	margin: 50px 0 0;
}

#blog .blog-content .side h2 {
	font-size: 30px;
}

#blog .blog-content .main-content .content {
	padding: 0;
}

#blog .main-content .blog-title .title {
	font-size: 18px;
}

.detail .post-link {
	
}

.detail .post-link .prev {
	float: none;
	width: 100%;
	margin: 0 0 10px;
}

.detail .post-link .next {
	float: none;
	width: 100%;
}

.detail .title {
	font-size: 22px;
	margin: 40px auto;
}

.detail .content .content {
	padding: 0;
}


/* ---------------------------------------------------✁ 
	記事詳細
------------------------------------------------------*/

.entry-content p {
	font-size: 12px;
	word-break: break-all;
}

.entry-content h2 {
	font-size: 15px;
}

.detail .post-link .next a {
	background: #E4EBE4 url(../images/icon-next-arrow.svg) no-repeat right 20px center;
	background-size: 15px;
}

.detail .post-link .prev a {
	background: #E4EBE4 url(../images/icon-prev-arrow.svg) no-repeat left 20px center;
	background-size: 15px;
}

.detail .post-link a {
	height: 60px;
	padding: 0 70px;
}

.detail .post-link div a:after {
	top: 20px;
	font-size: 20px;
}

.detail .post-link .next a:after {
	right: auto;
	left: 20px;
}

/* ---------------------------------------------------✁ 
	ログイン
------------------------------------------------------*/

#login .title {
	margin-bottom: 50px;
	padding: 50px 0 0;
}

#login .panel {
	padding: 0 20px 20px;
	margin: 20px auto;
}

#login .link {
	margin: 0 0 40px;
}

#login .link p {
	margin: 0 0 10px;
}

.registration header.title {
}

.registration header.title h1,
.activation header.title h1 {
	font-size: 18px;
}

/* ---------------------------------------------------✁ 
	マイページ
------------------------------------------------------*/

#mypage nav ul li {
	width: 33.33%;
}

#mypage nav ul li a {
	padding: 7px 0;
	font-size: 11px;
	text-align: center;
}

#mypage nav ul li a span {
	margin: 0;
	display: block;
	font-size: 10px;
}


/* ---------------------------------------------------✁ 
	アニメーション
------------------------------------------------------*/




html #wpadminbar {
	display: none !important;
}


}
