﻿/*
Theme Name: boysmarket_blog_theme

font "Noto Sans JP" "Karla"

*/

@charset "utf-8";

/* base
--------------------------------------------*/
* {
  font-family: Helvetica Neue,Helvetica,Arial,YuGothic,Yu Gothic,游ゴシック体,游ゴシック,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,MS ゴシック,MS Gothic,sans-serif;
}
html { font-size: 62.5%; }

/* layout
--------------------------------------------*/
#container {
  width: 850px;
  margin: 0 auto;
}

/* body
--------------------------------------------*/
body {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
}
a {
  text-decoration: none;
  color: #000;
}
.en {
  font-family: "Karla";
}

/* header
--------------------------------------------*/
header {
  position: relative;
}
header #siteTitle {
  max-width: 200px;
  position: relative;
  z-index: 110;
}
header #siteTitle img {
  width: 100%;
  height: auto;
}

/* type1*/
header.type1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  /* background-color: #0059a7; */
  background-color: rgba(0,89,167,0.9);
  /* background-color: rgba(255,255,255,0.7); */
}
header.type1 * {
  color: #FFF;
}
header.type1 #headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* max-width: 1200px; */
  margin: 0 auto;
}
header.type1 #headerInner .disc {
  margin-top: 10px;
}
header.type1 #headerContent {
  display: flex;
  flex-flow: row-reverse;
}
header.type1 nav ul {
  display: flex;
  margin-right: 20px;
}
header.type1 nav ul li:not(:first-child) {
  margin-left: 20px;
}
header.type1 nav ul li a {
  font-family: "Karla";
}
header.type1 .headerMenu {
  display: flex;
}
header.type1 .headerMenu * {
  font-family: "Karla";
}
header.type1 .headerMenu ul {
  display: flex;
  margin-right: 20px;
}
header.type1 .headerMenu ul li:not(:last-child) {
  margin-right: 10px;
}
header.type1 .headerMenu .sns {
  margin-left: 20px;
}
header.type1 .headerMenu .sns img {
  width: 20px;
  vertical-align: middle;
}
header.type1 .btnOnlinshop {
  display: inline-block;
  padding-left: 18px;
  background-image: url("./images/common/icon_cart_w.png");
  background-image: image-set(url("./images/common/icon_cart_w.png") 1x, url("./images/common/icon_cart_wx2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/icon_cart_w.png") 1x, url("./images/common/icon_cart_wx2.png") 2x);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 15px;
}

/* type2*/
header.type2 {
  margin-bottom: 20px;
  padding: 30px;
}
header.type2 #headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
header.type2 #headerInner .disc {
  margin-top: 10px;
}
header.type2 #headerContent {

}
header.type2 nav ul {
  display: flex;
}
header.type2 nav ul li:not(:first-child) {
  margin-left: 20px;
}
header.type2 .headerMenu {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}
header.type2 .headerMenu ul {
  display: flex;
  margin-right: 20px;
}
header.type2 .headerMenu ul li:not(:last-child) {
  margin-right: 10px;
}


/* type3*/
header.type3 {
  margin-bottom: 20px;
  padding: 30px;
}
header.type3 #headerInner {
  display: block;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
header.type3 #headerInner #siteTitle {
  text-align: center;
}
header.type3 #headerInner .disc {
  margin-top: 10px;
}
header.type3 #headerContent {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header.type3 nav ul {
  display: flex;
}
header.type3 nav ul li:not(:first-child) {
  margin-left: 20px;
}
header.type3 .headerMenu {
  display: flex;
  justify-content: end;
}
header.type3 .headerMenu ul {
  display: flex;
  margin-right: 20px;
}
header.type3 .headerMenu ul li:not(:last-child) {
  margin-right: 10px;
}


/* type4 */
header.type4 {
  margin-bottom: 20px;
  padding: 30px;
}
header.type4 #headerInner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
header.type4 #headerInner #siteTitle {
  margin-bottom: 20px;
}
header.type4 #headerInner .disc {
  margin-top: 10px;
}
header.type4 #headerContent {

}
header.type4 nav {
  justify-content: center;
}
header.type4 nav ul {
  display: flex;
  justify-content: space-evenly;
}
header.type4 nav ul li:not(:first-child) {
  margin-left: 20px;
}
header.type4 .headerMenu {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
header.type4 .headerMenu ul {
  display: flex;
  margin-right: 20px;
}
header.type4 .headerMenu ul li:not(:last-child) {
  margin-right: 10px;
}


/* type5 */
header.type5 {
  margin-bottom: 20px;
  padding: 30px;
}
header.type5 #headerInner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
header.type5 #siteTitle {
  margin-right: 50px;
}
header.type5 #headerInner .disc {
  margin-top: 10px;
}
header.type5 #headerContent {

}
header.type5 nav ul {
  display: flex;
}
header.type5 nav ul li:not(:first-child) {
  margin-left: 20px;
}
header.type5 .headerMenu {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}
header.type5 .headerMenu ul {
  display: flex;
  margin-right: 20px;
}
header.type5 .headerMenu ul li:not(:last-child) {
  margin-right: 10px;
}



/* main
--------------------------------------------*/
body:not(.home) #main {
  /* background-color: #000; */
}
#contents {
  /* margin-bottom: 80px; */
  box-sizing: border-box;
}
#contents .content img {
  max-width: 100%;
  height: auto;
}

/* side
--------------------------------------------*/
#side > div {
  margin-bottom: 30px;
  box-sizing: border-box;
}
#side > div .head {
  margin-bottom: 8px;
  padding: 2px 0 5px;
  font-size: 18px;
}
#side .head {
  /* color: #000; */
}
#side  .years > select {
  width: 200px;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 5px 10px;
  border: none;
  border: solid 1px #000;
  background-color: #FFF;
}
#side  .years > ul {
  margin-bottom: 20px;
}

/* footer
--------------------------------------------*/
footer img {
  max-width: 100%;
  height: auto;
}
footer #page-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
  width: 54px;
}

footer.type1 {
  padding-top: 50px;
  /* border-top: solid 1px #000; */
  background-color: #0059a7;
}
footer.type1 * {
  font-size: 1.4rem;
  color: #FFF;
}
footer.type1 #footerInner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
footer.type1 #footerInfo {
  padding-right: 100px;
}
footer.type1 .footerSiteLogo {
  width: 200px;
  margin-bottom: 10px;
}
footer.type1 .footerSiteTitle {
  margin-bottom: 15px;
}
footer.type1 .footerText {
  margin-bottom: 10px;
}
footer.type1 .footerText p:not(:last-child) {
  /* margin-bottom: 5px; */
}
footer.type1 .link {

}
footer.type1 .link a {
  display: inline-block;
  padding: 10px 20px;
  border: solid 1px #000;
  text-align: center;
}
footer.type1 #footerMenu {
  text-align: right;
}
footer.type1 #footerMenu > ul {
  margin-left: 50px;
}
footer.type1 #footerMenu h2 {
  margin-bottom: 5px;
}
footer.type1 #footerMenu li {
  margin-bottom: 5px;
}
footer.type1 #footerMenu .sns img {
  width: 20px;
}

footer.type1 #copyright {
  padding: 8px 0 0;
  /* background-color: #ccc; */
  text-align: center;
  font-size: 1.4rem;
  color: #FFF;
}


footer.type2 {

}
footer.type2 #footerMenu {
  border-bottom: solid 1px #000;
  padding: 20px 0;
}
footer.type2 #footerMenu ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
footer.type2 #footerMenu ul li {
  border-right: solid 1px #000;
  margin-right: 10px;
  padding-right: 10px;
}
footer.type2 #footerMenu ul li:last-child {
  border-right: none;
}
footer.type2 #footerInner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
footer.type2 .footerSiteLogo {
  margin-bottom: 10px;
}
footer.type2 .footerSiteTitle {
  margin-bottom: 15px;
}
footer.type2 .footerText {
  margin-bottom: 10px;
}
footer.type2 .footerText p:not(:last-child) {
  margin-bottom: 5px;
}
footer.type2 .link {

}
footer.type2 .link a {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: solid 1px #000;
  text-align: center;
}
footer.type2 #footerContent1 {

}
footer.type2 #footerContent1 #copyright {
  margin-bottom: 5px;
}


/* slider
---------------------------------------------*/
.slideContent {
  position: relative;
  height: 100vh;
}
.slideContent .catch {
  position: absolute;
  top: calc(50% - (93px / 2));
  left: calc(50% - (456px / 2));
}
.slider.typeFH {
  position: fixed;
  z-index: -1;
  width: 100%;
  /* margin: 0 auto 50px; */
}
.slider.typeFH img {
  width: 100%;
}
.slider.typeFH .slick-prev {
  left: 25px;
  z-index: 10;
}
.slider.typeFH .slick-next {
  right: 25px;
  z-index: 10;
}
.slider.typeFH .slick-slide {
  position: relative;
  height: auto!important;
}
.slider.typeFH .slick-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.slider.typeFH .slick-dots {
  bottom: 30px;
}
.slider.typeFH .slick-dots button {

}
.slider.typeFH .slick-dots button:before {
  width: 10px;
  height: 10px;
  border: solid 3px #FFF;
  border-radius: 10px;
  opacity: 1 !important;
  font-size: 0;
}
.slider.typeFH .slick-dots .slick-active button:before {
  background-color: #FFF;
}
.slider.typeFH img.slideImg {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.slideContent > .image {
  position: absolute;
  left: 60px;
  bottom: 60px;
}
.slideContent > .image img {
  max-width: 100%;
  width: 100%;
}

.slider.type1 {
  width: 100%;
  margin: 0 auto 50px;
}
.slider.type1 img {
  width: 100%;
}
.slider.type1 .slick-prev {
  left: 25px;
  z-index: 10;
}
.slider.type1 .slick-next {
  right: 25px;
  z-index: 10;
}
.slider.type1 .slick-slide {
  height: auto!important;
}
.slider.type1 .slick-dots {
  bottom: 30px;
}
.slider.type1 .slick-dots button {

}
.slider.type1 .slick-dots button:before {
  width: 10px;
  height: 10px;
  border: solid 3px #FFF;
  border-radius: 10px;
  opacity: 1 !important;
  font-size: 0;
}
.slider.type1 .slick-dots .slick-active button:before {
  background-color: #FFF;
}


.slider.type2 {
  height: 100vh;
  margin-bottom: 50px;
}
.slider.type2 .sliderText {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100%;
}
.slider.type2 .sliderText.right {
  right: 0;
  left: auto;
  justify-content: right;
  margin-right: 100px;
  text-align: right;
}
.slider.type2 .sliderText.left {
  justify-content: left;
  margin-left: 100px; 
  text-align: left;
}
.slider.type2 .sliderText.center {
  justify-content: center;
  text-align: center;
}
.slider.type2 .sliderText img {
  transition: all 5s;
  opacity: 1;
}
.slider.type2 .vegas-transition-fade-out .sliderText img {
  opacity: 0;
}

.carousel {
  margin-bottom: 60px;
}
.carousel .slick-prev,
.carousel .slick-next {
  height: 36px;
}
.carousel .slick-prev {
  left: 0;
}
.carousel .slick-next {
  right: 0;
}
.carousel .slick-prev::before,
.carousel .slick-next::before {
  display: block;
  content: "";
  width: 16px;
  height: 36px;
  padding: 0;
  background-repeat: no-repeat;
}
.carousel .slick-prev::before {
  background-image: url(./images/arrow_1_left.png);
  top: calc(50% - 2px);
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0059a7;
  border-right: 2px solid #0059a7;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.carousel .slick-next::before {
  background-image: url(./images/arrow_1_right.png);
  top: calc(50% - 2px);
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0059a7;
  border-right: 2px solid #0059a7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel .slick-slide {
  margin: 0 10px;
}
.carousel .slick-list {
  margin-left: 30px;
  margin-right: 30px;
}
.carousel .slick-list li,
.cordinateList li {
  background-color: #FFF;
}
.carousel .slick-list li .image,
.cordinateList li .image {
  margin-bottom: 0;
}
.carousel .slick-list li a,
.cordinateList li a {
  display: block;
  text-decoration: none;
}
.carousel .slick-list li a img,
.cordinateListt li a img {
  width: 240px;
  height: 160px;
  margin-bottom: 5px;
}
.carousel .slick-list li .text,
.cordinateList li .text {
  max-width: 240px;
  padding: 15px 0;
  box-sizing: border-box;
}
.carousel .slick-list li .text p,
.cordinateList li .text p {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  font-size: 1.2rem;
}
.carousel .slick-list li .text p span:nth-child(1),
.cordinateList li .text p span:nth-child(1) {
  display: inline-block;
  width: 80px;
}
.carousel .slick-list li .text p span:nth-child(2),
.cordinateList li .text p span:nth-child(2) {
  display: inline-block;
  width: calc(100% - 80px);
}

/* main
------------------------------------------------------------------*/

/* contents
-----------------------------------*/
.content {
  /* padding: 100px 0; */
}
#contents .content:first-child {
  padding: 160px 0;
}
#contents .content:not(.bg):not(:first-child) {
  padding: 0 0 100px;
}
#contents .content.bg + .content {
  padding: 100px 0;
}
.content.bg {
  background-color: #FFF;
}
.content.bgW {
  background-color: #FFF;
}
.content.btrn {
  background-color: transparent;
}
.content .contentInner {
  max-width: 1200px;
  margin: 0 auto;
}
.content .contentInner h2 {
  margin-bottom: 30px;
  font-size: 2.6rem;
}
.content .contentInner h3 {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.content .contentInner .block:not(:last-child) {
  margin-bottom: 80px;
}

/* type1 */
.content.type1 {
  background-image: url("./images/top/type1_bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.content.type1 .contentInner .block .text {
  width: 680px;
  padding: 50px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.98);
}
.content.type1 .contentInner .block.right {
  display: flex;
  justify-content: flex-end;
}
.content.type1 .contentInner .block .text p {
  margin-bottom: 35px;
}

/* type2 */
.content.type2 {

}
.content.type2 .block {
  position: relative;
  margin-bottom: 100px;
  padding-left: 130px;
}
.content.type2 .block:not(:last-child) {
  margin-bottom: 150px;
}
.content.type2 .block .image {
  position: absolute;
  top: 0;
  right: 0;
}
.content.type2 .block .image img {
  width: 500px;
}
.content.type2 .block .text {
  width: 500px;
}
.content.type2 .block .text p {
  margin-bottom: 35px;
}
.content.type2 .block:nth-child(even) {
  padding-left: 560px;
}
.content.type2 .block:nth-child(even) .text {

}
.content.type2 .block:nth-child(even) .image {
  left: 0;
}


/* type3 */
.content.type3 {

}
.content.type3 .contentInner h2 {
  margin-bottom: 80px;
  text-align: center;
}
.content.type3 .contentInner .block {
  display: flex;
  align-items: flex-start;
}
.content.type3 .contentInner .block:nth-child(even) {
  flex-flow: row-reverse;
}
.content.type3 .contentInner .block .image {
  width: 700px;
}
.content.type3 .contentInner .block .image img {
  width: 100%;
  height: auto;
}
.content.type3 .contentInner .block .text {
  width: 523px;
  margin-top: 120px;
  padding: 50px;
  box-sizing: border-box;
  background-color: #eee;
}
.content.type3 .contentInner .block:nth-child(even) .text {
  margin-right: -30px;
}
.content.type3 .contentInner .block:nth-child(odd) .text {
  margin-left: -30px;
}
.content.type3 .contentInner .block .text p:not(:last-child) {
  margin-bottom: 35px;
}


/* type4 */
.content.type4 {
  position: relative;
  background-image: url("./images/top/type4_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.content.type4:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(35,24,21,0.8);
}
.content.type4 > * {
  color: #FFF;
}
.content.type4 .contentInner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.content.type4 .contentInner h2 {
  margin-bottom: 80px;
}
.content.type4 .contentInner .text {
  margin-bottom: 80px;
}



/* type5 */
.content.type5 {

}
.content.type5 .contentInner h2 {
  margin-bottom: 80px;
  text-align: center;
}
.content.type5 .contentInner h2 .jp {

}
.content.type5 .contentInner h2 .en {

}
.content.type5 .contentInner .block {
  display: flex;
  align-items: flex-start;
}
.content.type5 .contentInner .block:nth-child(even) {
  flex-flow: row-reverse;
}
.content.type5 .contentInner .block .image {
  width: 1100px;
}
.content.type5 .contentInner .block .image img {
  width: 100%;
  height: auto;
}
.content.type5 .contentInner .block .text {
  width: 400px;
  margin-top: 120px;
  padding: 50px;
  box-sizing: border-box;
  background-color: #eee;
}
.content.type5 .contentInner .block:nth-child(even) .text {
  margin-right: -30px;
}
.content.type5 .contentInner .block:nth-child(odd) .text {
  margin-left: -30px;
}
.content.type5 .contentInner .block .text p:not(:last-child) {
  margin-bottom: 35px;
}

/* content contact */
#contentContact {
  text-align: center;
}
#contentContact .text p {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
#contentContact .text .tel {
  margin-bottom: 0;
  font-size: 3.8rem;
  color: #02227E;
}
#contentContact .text .tel a {
  color: #02227E;
}
#contentContact .text .small {
  font-size: 1.2rem;
  color: #02227E;
}


/* button
-----------------------------------*/
.more.type1 a {
  position: relative;
  display: inline-block;
  width: 200px;
  padding: 20px;
  border-radius: 30px;
  background-color: #3b3b3b;
  text-align: center;
  color: #FFF;
}
.more.type1 a:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 30px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.more.type2 a {
  position: relative;
  display: inline-block;
  width: 155px;
  padding: 5px;
  box-sizing: border-box;
  border: solid 1px #000;
  text-align: center;
}
.more.type2.cWhite a {
  border: solid 1px #FFF;
  color: #FFF;
}

/* button
-----------------------------------*/
.button.type1 a {
  position: relative;
  display: inline-block;
  max-width: 200px;
  width: 100%;
  padding: 20px;
  border: solid 1px #000;
  text-align: center;
  color: #FFF;
}
.button.type1 a:before,
.button.type1 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.button.type1 a:before {
  top: calc(50% - 8.5px);
  right: 23px;
  width: 18px;
  height: 18px;
  border: solid 1px #FFF;
  background-color: #FFF;
  border-radius: 50%;
}
.button.type1 a:after {
  top: calc(50% - 2px);
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.button.type2 a {
  position: relative;
  padding-right: 57px;
  background-image: url("./images/common/ic_arrow7.png");
  background-image: image-set(url("./images/common/ic_arrow7.png") 1x, url("./images/common/ic_arrow7x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_arrow7.png") 1x, url("./images/common/ic_arrow7x2.png") 2x);
  background-position: center right;
  background-repeat: no-repeat;
  color: #FFF;
}
.button.type2 a:before,
.button.type2 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.button.type2 a:before {
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button.type2 a:after {
  top: calc(50% - 0.5px);
  right: 0;
  width: 21px;
  height: 1px;
  background-color: #FFF;
}

.button.type3 a {
  position: relative;
  padding-right: 60px;
  /* color: #FFF; */
}
.button.type3 a:before,
.button.type3 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
  background-color: #000;
}
.button.type3 a:before {
  top: calc(50%);
  right: 15px;
  width: 35px;
  height: 1px;
}
.button.type3 a:after {
  top: calc(50% - 3.5px);
  right: 14px;
  width: 10px;
  height: 1px;
  transform: rotate(45deg);
}

/* bread crumbs
-----------------------------------*/
.breadcrumb {
  line-height: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.breadcrumb li {
  display: inline-block;
  font-size: 1.2rem;
}
.breadcrumb li * {
  font-size: 1.3rem; 
}
.breadcrumb li:not(:last-child):after {
  display: inline-block;
  content: "＞";
  margin: 0 10px;
}

/* common
-----------------------------------*/
.alignC {
  text-align: center;
}
.alignL {
  text-align: left;
}
.alignR {
  text-align: right;
}

.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb140 {
  margin-bottom: 140px;
}
.mb160 {
  margin-bottom: 160px;
}
.mb180 {
  margin-bottom: 180px;
}
.mb200 {
  margin-bottom: 200px;
}

.cols2,
.cols3,
.cols4 {
  display: flex;
  flex-wrap: wrap;
}
.cols2 > *,
.cols3 > *,
.cols4 > * {
  margin-right: 40px;
  margin-bottom: 40px;
}
.cols2 > *:nth-child(2n),
.cols3 > *:nth-child(3n),
.cols4 > *:nth-child(4n) {
  margin-right: 0;
}
.cols2 > * {
  width: calc((100% - (40px * 1)) / 2);
}
.cols3 > * {
  width: calc((100% - (40px * 2)) / 3);
}
.cols4 > * {
  width: calc((100% - (40px * 3)) / 4);
}

.layoutCols2 {
  position: relative;
  display: flex;
  flex-flow: row-reverse;
}
.layoutCols2 .colsMain {
  width: calc(100% - 200px - 40px);
}
.layoutCols2 .colsSide {
  width: 200px;
  margin-right: 40px;
}
.layoutCols2 .fixedSide {

}

.content .block:not(:last-child) {
  margin-bottom: 40px;
}
.content .image {
  margin-bottom: 20px;
}
.content .text:not(:last-child) {
  margin-bottom: 40px;
}
.content .text p:not(:last-child) {
  margin-bottom: 20px;
}

.content .head.type1 {
  margin-bottom: 100px;
}
.content .head.type1 span {
  display: block;
  text-align: center;
  font-weight: lighter;
  color: #0059a7;
}
.content .head.type1 .en {
  line-height: 1;
  margin-bottom: 7px;
  font-family: "Karla";
  font-size: 5.2rem;
}
.content .head.type1 .jp {
  font-size: 1.4rem;
}
.content.bg:not(.bgW) .head.type1 *,
.content.bg.bgTrn .head.type1 * {
  color: #FFF;
}


.arrowList.type1 li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.arrowList.type1 li a:before,
.arrowList.type1 li a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowList.type1 li a:before {
  top: calc(50% - 8.5px);
  right: 23px;
  width: 18px;
  height: 18px;
  border: solid 1px #000;
  background-color: #FFF;
  border-radius: 50%;
}
.arrowList.type1 li a:after {
  top: calc(50% - 2px);
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrowList.type2 li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.arrowList.type2 li a:before,
.arrowList.type2 li a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowList.type2 li a:before {
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrowList.type2 li a:after {
  top: calc(50% - 0.5px);
  right: 0;
  width: 21px;
  height: 1px;
  background-color: #5C5C5C;
}

.arrowList.type3 li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.arrowList.type3 li a:before,
.arrowList.type3 li a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowList.type3 li a:before {
  top: calc(50%);
  right: 15px;
  width: 35px;
  height: 1px;
  background-color: #02227E;
}
.arrowList.type3 li a:after {
  top: calc(50% - 2.5px);
  right: 14px;
  width: 10px;
  height: 1px;
  background-color: #02227E;
  transform: rotate(45deg);
}

.arrowDown.type1 {
  margin-bottom: 40px;
  text-align: center;
}
.arrowDown.type1 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.arrowDown.type1 a:before,
.arrowDown.type1 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowDown.type1 a:before {
  left: calc(50% - (18px / 2));
  bottom: -10px;
  width: 18px;
  height: 18px;
  border: solid 1px #000;
  border-radius: 50%;
}
.arrowDown.type1 a:after {
  left: calc(50% - (4.5px / 2));
  bottom: -2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.arrowDown.type2 {
  margin-bottom: 40px;
  text-align: center;
}
.arrowDown.type2 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.arrowDown.type2 a:before,
.arrowDown.type2 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowDown.type2 a:before {
  left: calc(50% - (1.4px / 2));
  bottom: -33px;
  width: 1.4px;
  height: 42px;
  background-color: #000;
}
.arrowDown.type2 a:after {
  left: calc(50% - (11.4px / 2));
  bottom: -33px;
  width: 10px;
  height: 10px;
  border-top: 1.4px solid #000;
  border-right: 1.4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.arrowDown.type3 {
  margin-bottom: 40px;
  text-align: center;
}
.arrowDown.type3 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.arrowDown.type3 a:before,
.arrowDown.type3 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowDown.type3 a:before {
  left: calc(50% - 0.5px);
  bottom: -15px;
  width: 1px;
  height: 25px;
  background-color: #02227E;
}
.arrowDown.type3 a:after {
  left: calc(50% - 0.5px);
  bottom: -11px;
  width: 10px;
  height: 1px;
  background-color: #02227E;
  transform: rotate(135deg);
}

/* table */
table {
  width: 100%;
}
table th,
table td {
  padding: 10px 20px;
  text-align: left;
  font-weight: normal;
}
table th {

}
table td {
  
}

table.type1 {

}
table.type1 th,
table.type1 td {
 border-bottom: solid 1px #000;
}
table.type1 th {

}
table.type1 td {
  
}

table.type2 {

}
table.type2 th,
table.type2 td {
 border: solid 1px #000;
}
table.type2 th {

}
table.type2 td {
  
}

table.typeList {

}
table.typeList th,
table.typeList td {
 display: list-item;
 list-style: none;
}
table.typeList th {
  padding-bottom: 0;
  border-bottom: none;
}
table.typeList td {
  
}

/* tabs */
.tabs {
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 0 auto;
}
.tabs li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% + 4px) / 3);
  height: 58px;
  line-height: calc(34 / 20);
  border-radius: 15px 15px 0 0;
  box-sizing: border-box;
  border: solid 2px #8FCC9B;
  cursor: pointer;
  text-align: center;
  font-size: 2rem;
}
.tabs li:not(:first-child) {
  margin-right: -2px;
}
.tabs li.current {
  height: 72px;
  background-color: #8FCC9B;
  font-weight: bold;
  font-size: 2.4rem;
  color: #FFF;
}
.tabContents {
  display: none;
}
#tab1.tabContents {
  display: block;
}
.tabContent {
  padding: 70px 0;
}

/* archive */
.archive.blogList {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 20px;
}
.archive.blogList > * {
  width: calc((100% - (20px * 3)) / 4);
  margin-right: 20px;
  /* width: calc(100% / 4);
  margin-right: 0; */
  margin-bottom: 60px;
  background-color: #fff;
}
.archive.blogList > *:nth-child(4n) {
  margin-right: 0;
}
.home .archive.blogList > *:nth-child(2n) {
  margin-top: 40px;
}
.archive.blogList .image {
  margin-bottom: 0;
}
.archive.blogList .image img {
  max-width: none;
  width: 100%;
  height: 400px!important;
  object-fit: cover;
}
.archive.blogList .text {
  padding: 20px 20px;
  box-sizing: border-box;
  background-color: #FFF;
}
body.archive .archive.blogList .text {
  padding: 20px 0;
}
.home .archive.blogList .text {
  /*padding: 20px;*/
}
.archive.blogList .head {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 1.8rem;
}
.archive.blogList .date {
  font-size: 1.2rem;
}
.archive.blogList .sentence {
  font-size: 1.4rem;
}




/* page */
#pageHeader {
  position: relative;
}
.pageImage {
  position: relative;
  height: 390px;
  overflow: hidden;
}
.pageImage:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.pageImage img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  /* margin-left: calc((100vw - 1840px) / 2); */
}
.pageTitle {
  position: absolute;
  left: calc((100vw - 1200px) / 2);
  bottom: 70px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0;
  box-sizing: border-box;
  font-weight: bold;
}
.pageTitle span {
  display: block;
  font-weight: lighter;
  color: #FFF;
}
.pageTitle .en {
  line-height: 1;
  margin-bottom: 7px;
  font-family: "Karla";
  font-size: 5.2rem;
}
.pageTitle .jp {
  font-size: 1.4rem;
}

/* archive */
body.archive .pagenation {
  text-align: center;
}
body.archive .pagenation .page-numbers:not(.prev):not(.next) {
  margin: 0 5px;
  padding: 7px 10px;
  border: solid 1px #0059a7;
  transition: all 0.4s;
}
body.archive .pagenation .page-numbers.current,
body.archive .pagenation .page-numbers:not(.prev):not(.next):hover {
  background-color: #0059a7;
  color: #FFF;
}

.archive.cordinateList {
  display: flex;
  flex-wrap: wrap;
}
.archive.cordinateList > * {
  width: calc((100% - (40px * 3)) / 4);
  margin-right: 40px;
  margin-bottom: 40px;
}
.archive.cordinateList > *:nth-child(4n) {
  margin-right: 0;
}
.archive.cordinateList .text {
  max-width: none;
}
.archive.cordinateList .text p {
  margin-bottom: 5px!important;
}

/* single */
body.single #contents .content .contentInner {
  max-width: 1000px;
  margin-bottom: 100px;
  /* padding: 60px; */
  box-sizing: border-box;
  background-color: #FFF;
}
body.single #contents .content .contentInner h1 {
  font-weight: 500;
  font-size: 3.4rem;
}
body.single #contents .content .contentInner .date {
  margin-bottom: 80px;
  padding-bottom: 40px;
  border-bottom: solid 2px #0059A7;
}
body.single #contents .content .contentInner .article {
  margin-bottom: 100px;
}
body.single #contents .content .contentInner p {
  margin-bottom: 20px;
}
body.single #contents .content .contentInner a {
  text-decoration: underline;
  color: #0059a7;
}
.pagenation {
  position: relative;
}
.pagenation .screen-reader-text {
  display: none;
}
.pagenation .nav-links {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 30px 0;
}
.pagenation .nav-links .nav-previous,
.pagenation .nav-links .nav-next {
  width: 40%;
}
.pagenation .nav-links .nav-previous {
  
}
.pagenation .nav-links .nav-next {
  margin-left: auto;
}
.pagenation .nav-links .nav-previous span,
.pagenation .nav-links .nav-next span {
  display: block;
  text-align: center;
}
.pagenation .nav-links .nav-previous a,
.pagenation .nav-links .nav-next a {
  position: relative;
  display: block;
}
.pagenation .nav-links .nav-previous a:after,
.pagenation .nav-links .nav-next a:after {
  position: absolute;
  top: calc(50% - 7px);
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.pagenation .nav-links .nav-previous a:after {
  left: 20px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.pagenation .nav-links .nav-next a:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* form */
.wpcf7 {
  max-width: 900px;
  margin: 0 auto;
}
.wpcf7 p {
  margin-bottom: 20px;
}
.wpcf7 label {
  color: #FFF;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.wpcf7 .submit {
  margin-top: 60px;
}
.wpcf7 .wpcf7-submit {
  display: block;
  min-width: 200px;
  margin: 0 auto;
  padding: 15px 20px;
  border: solid 1px #FFF;
  background-color: transparent;
  box-sizing: border-box;
  transition: all 0.2s;
  cursor: pointer;
  color: #FFF;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #0059a7;
}
.wpcf7 .wpcf7-spinner {
  display: block;
}
.wpcf7-response-output {
  color: #FFF;
}

/* home */
.bgTrn {
  background-color: transparent!important;
}
body.home #content1 .head.type1 span,
body.home #content2 .head.type1 span {
  color: #0059a7;
}
body.home #content2 {
  background-color: rgba(0,0,0,0.5);
}
body.home #content2 .head span {
  color: #FFF!important;
}
body.home #content2 .button.type3 a {
  color: #FFF;
}
body.home #content2 .button.type3 a:before,
body.home #content2 .button.type3 a:after {
  background-color: #FFF;
}
body.home #content3 .cols2 {
  align-items: center;
}
body.home #content3 .cols2 li {
  font-size: 1.4rem;
}
body.home #content3 .cols2 li span {
  display: inline-block;
  width: 120px;
  font-size: 1.4rem;
}
body.home #content4 {
  background-color: rgba(0,0,0,0.5);
}

/* cordinate */
body.single-cordinate .article .cols2 {
  /* align-items: center; */
  margin-bottom: 60px;
}
body.single-cordinate .article .cols2 .col .spec {
  margin-bottom: 60px;
}
body.single-cordinate .article .cols2 .col .spec li {

}
body.single-cordinate .article .cols2 .col .spec li > * {
  display: inline-block;
}
body.single-cordinate .article .cols2 .col .spec li *:nth-child(1) {
  width: 100px;
  margin-right: 20px;
}
body.single-cordinate .article .cols2 .col .spec li *:nth-child(2) {

}
body.single-cordinate .article .textArea {

}


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

  /* breadcrumb */
  .breadcrumb {
    width: calc(100% - (20px * 2));
  }

  /* main */
  .content .contentInner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  /* footer */
  footer.type1 #footerInner {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.type1 #footerMenu {

  }
  footer.type1 #copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.type2 #footerInner {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* page */
  .pageTitle {
    width: calc(100% - (20px * 2));
  }

}

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

  html {
    font-size: 50.5%;
  }
  header #siteTitle {
    width: 100%;
    max-width: 170px;
    margin-bottom: 10px;
  }
  header .search {
    width: 100%;
    text-align: center;
  }
  #contents {
    width: 100%;
    /* margin: 0 0 30px; */
  }
  .article {
    margin: 0 10px 30px;
  }
  #side {

  }

  /* header */
  header.type1 {
    padding: 10px 20px;
  }
  header.type2 {
    padding: 10px 20px;
  }
  header.type3 {
    padding: 10px 20px;
  }
  header.type4 {
    padding: 10px 20px;
  }
  header.type5 {
    padding: 10px 20px;
  }
  header #headerInner {
    width: 100%!important;
  }
  header.type3 #headerInner #siteTitle {
    text-align: left;
  }
  header.type4 #headerInner {
    text-align: left;
  }

  /* menu */
  header nav {
    position: fixed;
    top: 0;
    right: -100vw;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,89,167,1);
    z-index: 100;
  }
  header nav ul {
    display: block !important;
    width: 100%;
  }
  header nav > ul {
    margin: 100px 10px 0;
  }
  header nav > ul.sns {
    margin-top: 0;
  }
  header nav > ul.sns img {
    width: 20px;
    height: auto;
  }
  header nav > ul > li.sp {
    margin-left: 10px!important;
  }
  header nav ul li {
    margin-left: 0!important;
  }
  header nav ul li a {
    display: block;
    padding: 10px 10px;
  }
  .menuButton {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    z-index: 100000;
    padding: 20px;
    /* background-color: #CCC; */
    cursor: pointer;
  }
  .memberButton {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    z-index: 100000;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    display: block;
    color: #FFF;
    font-size: 14px;
    font-size: 12px; /*add UDW 20161212*/
    height: 21px;
    overflow: hidden;
    position: relative;
    padding: 0;
    text-align: center;
    cursor: pointer;
  }
  .menu-trigger {
    position: relative;
    width: 20px;
    height: 21px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFF;
  }
  .underSpHeader .menu-trigger span {
    background-color: #FFF;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .active .menu-trigger span {
    background-color: #FFF;
    color: #FFF;
  }
  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  /* slider */
  .slideContent > .image {
    left: 20px;
    bottom: 60px;
  }
  .slideContent > .image img {
    max-width: 80%;
  }
  .slider.type1 .slick-list {
    height: 500px;
    margin-left: calc( (100vw - ((500 / 540) * 1100px)) / 2 );
  }
  .slider.type1 .slick-slide img {
    width: calc((500 / 540) * 1100px);
    height: 100%;
  }
  .slider .slick-dots button::before {
    width: 5px;
    height: 5px;
  }
  .slider .slick-dots {
    bottom: 10px;
  }
  .carousel .slick-prev {
    left: 25px;
  }
  .carousel .slick-next {
    right: 25px;
  }
  .carousel .slick-list {
    margin: 0;
  }
  .carousel .slick-slide a {
    width: 100% !important;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .carousel .slick-list li a img {
    max-width: 100%;
    height: auto;
  }

  /* main */
  .content .contentInner {

  }

  /* footer */
  footer #footerInner {
    width: 100%!important;
    box-sizing: border-box;
  }
  footer.type1 #footerInner {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer.type1 #footerMenu {
    /* margin-bottom: 40px; */
    text-align: left;
  }
  footer.type1 #copyright {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer.type2 #footerInner {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer.type2 #footerMenu ul {
    width: 100%;
  }


  /* type1 */
  .content.type1 .contentInner .block .text {
    width: 100%;
  }

  /* type2 */
  .content.type2 .block .image img {
    max-width: 100%;
    height: auto;
  }
  .content.type2 .block .text {
    width: 100%;
  }

  /* common */
  .pc {
    display: none!important;
  }

  .alignC_sp {
    text-align: center;
  }
  .alignL_sp {
    text-align: left;
  }
  .alignR_sp {
    text-align: right;
  }

  .mb10_sp {
    margin-bottom: 10px;
  }
  .mb20_sp {
    margin-bottom: 20px;
  }
  .mb40_sp {
    margin-bottom: 40px;
  }
  .mb60_sp {
    margin-bottom: 60px;
  }
  .mb80_sp {
    margin-bottom: 80px;
  }
  .mb100_sp {
    margin-bottom: 100px;
  }
  .mb120_sp {
    margin-bottom: 120px;
  }
  .mb140_sp {
    margin-bottom: 140px;
  }
  .mb160_sp {
    margin-bottom: 160px;
  }
  .mb180_sp {
    margin-bottom: 180px;
  }
  .mb200_sp {
    margin-bottom: 200px;
  }

  .cols1_sp {
    display: block;
  }
  .cols1_sp > * {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 40px;
  }
  .cols2_sp,
  .cols3_sp,
  .cols4_sp {
    display: flex;
    flex-wrap: wrap;
  }
  .cols2_sp > *,
  .cols3_sp > *,
  .cols4_sp > * {
    margin-right: 40px!important;
    margin-bottom: 40px;
  }
  .cols2_sp > *:nth-child(2n),
  .cols3_sp > *:nth-child(3n),
  .cols4_sp > *:nth-child(4n) {
    margin-right: 0!important;
  }
  .cols2_sp > * {
    width: calc((100% - (40px * 1)) / 2)!important;
  }
  .cols3_sp > * {
    width: calc((100% - (40px * 2)) / 3)!important;
  }
  .cols4_sp > * {
    width: calc((100% - (40px * 3)) / 4)!important;
  }

  .layoutCols1_sp {
    display: block;
  }
  .layoutCols1_sp > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  .layoutCols1_sp .colsMain {
    margin-bottom: 40px;
  }

  #contents .content:first-child {
    padding: 80px 0;
  }
  #contents .content.bg + .content {
    padding: 80px 0;
  }

  .content .block:not(:last-child) {
    margin-bottom: 40px;
  }
  .content .image {
    margin-bottom: 20px;
  }
  .content .text:not(:last-child) {
    margin-bottom: 40px;
  }
  .content .text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .content .head.type1 {
    margin-bottom: 40px;
  }

  /* table */
  table.typeList_sp {

  }
  table.typeList_sp th,
  table.typeList_sp td {
   display: list-item;
   list-style: none;
  }
  table.typeList_sp th {
    padding-bottom: 0;
    border-bottom: none;
  }
  table.typeList_sp td {
    
  }

  /* archive */
  .archive.blogList {
    align-items: initial;
  }
  .archive.blogList > * {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .archive.blogList > *:nth-child(2n) {
    margin-top: 0!important;
    margin-right: 0;
  }
  .archive.blogList .image img {
    height: 270px!important;
  }

  body.archive .archive.cordinateList > * {
    width: 100%;
    margin-right: 0!important;
  }
  body.archive .archive.cordinateList img {
    width: 100%;
  }

  /* form */
  .wpcf7 .submit {
    margin-top: 40px;
  }

  /* page */
  .pageImage {
    height: 300px;
  }
  .pageImage img {
    /* margin-left: calc((100vw - (1840px * (295 / 390) )) / 2); */
    /* height: 100%; */
    height: 300px;
  }
  .pageTitle {
    width: auto;
    left: 20px;
    bottom: 20px;
  }

  /* single */
  body.single #contents .content .contentInner {
    width: calc(100% - 40px);
    margin-bottom: 60px;
    padding: 30px 20px;
  }
  body.single #contents .content .contentInner .date {
    margin-bottom: 30px;
  }
  body.single #contents .content .contentInner .article {
    margin-bottom: 0;
  }
  body.single-cordinate .article .cols2 .col .spec li :nth-child(1) {
    width: 60px;
  }
  body.single-cordinate .article .cols2 {
    margin-bottom: 30px;
  }
  body.single-cordinate .article .cols2 .col .spec {
    margin-bottom: 30px;
  }

}

@media screen and (min-width:641px) {
  header {
    min-max-width: 1200px;
    box-sizing: border-box;
  }
  header #siteTitle {

  }
  header #headerLeft {
    margin-bottom: 20px;
  }
  .slider {
    min-max-width: 1200px;
  }
  #main {
    min-max-width: 1200px;
  }
  #contents {

  }
  #side {

  }
  footer {
    min-max-width: 1200px;
  }

  /* menu */
  header nav {
    clear: both;
    display: block!important;
    opacity: 1!important;
  }
  header nav ul {

  }
  header nav ul li {
    text-align: center;
  }
  header nav ul li .subNav {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 0;
    opacity: 0;
    background-color: rgba(35,24,21,0.9);
    transition: all 0.4s;
    overflow: hidden;
  }
  header nav ul li.open .subNav {
    display: block!important;
    height: 200px;
    opacity: 1;
    overflow: inherit;
  }
  header nav ul li .subNav:after {
    position: absolute;
    left: 0;
    top: -35px;
    display: block;
    content: "";
    width: 100%;
    height: 50px;
  }
  header nav ul li .subNav ul {
    justify-content: center;
  }
  .menuButton {
    display: none;
  }

  /* common */
  .sp {
    display: none!important;
  }
}

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

  /*page*/
  .pageImage img {
    width: 100%;
    margin-left: 0;
  }

}
