@charset "UTF-8";

/*
  コンテンツコンテナーCSS
*/


/***********************************************************
#1 コンテナー（コンテンツ見出し）
***********************************************************/
#c-contents1 {
  color: #333;
}

#c-contents1 #area-gray {
  background: #f5f5f5;
}

#c-contents1 .col-main {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 ;
  display: flex;
  flex-direction: row;
}
#c-contents1 .col-main-l {
  width: 50px;
  margin: 0;
  padding: 0 ;
  background: #f0f0f0;
}

#c-contents1 .col-main-c {
  width: calc(100% - 100px);
  margin: 0 ;
  padding: 0 ;
}

#c-contents1 .col-main-c-slide{
  width: 100%;
  margin: 0 ;
  padding: 0 ;
}

#c-contents1 .col-main-c-slide img {
  margin: 0 ;
  padding: 0 ;
  width: 100%;
  max-height: 700px; 
  object-fit: cover;
}

#c-contents1 .col-main-r {
  width: 50px;
  margin: 0;
  padding: 0 ;
  display: flex;
  flex-direction: column;
  background: #f0f0f0;
}
#c-contents1 .col-main-r-top {
  display: flex;
  flex-direction: column;
  background: #f0f0f0;
}

#c-contents1 .col-main-r-top p {
  padding: 0 ;
  margin: 15px 0 ;
}

#c-contents1 .col-main-r-top p img.ig {
  width:23px;
}

#c-contents1 .col-main-r-btm {
  background: #f0f0f0;
}

#c-contents1 .col-main-r-btm p a::before {
  content: url(../images/allow_entry.svg) ;
  vertical-align: top;
  padding-right: 10px;
}


#c-contents1 .section {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#c-contents1 .title {
  width: 1280px;
  max-width: 96%;
  margin: 0 auto ;
}

#c-contents1 .section.w1000 {
  width: 1000px;
}
#c-contents1 .section.w1280 {
  width: 1280px;
  max-width: 96%;
}
#c-contents1 h1 {
  color: #0e2047;
  padding: 0.8em 0 0.8em 10px ;
  text-align: left;
  font-size: 1.8em;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: 0.1em;
}

/*//////////////////
#4 レスポンシブ（タブレット用）
//////////////////*/
@media screen and (max-width: 768px) {

#c-contents1 .section {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#c-contents1 .title {
  background: #fff ;
}

#c-contents1 .section.w960 {
  width: 960px;
}


}


/*//////////////////
#4 レスポンシブ（スマートフォン用）
//////////////////*/
@media screen and (max-width: 640px) {

#c-contents1 .col-main {
  width: 100%;
  margin: 0 auto 0;
  flex-direction: column;
}

#c-contents1 .col-main-l {
  display: none;
}	
#c-contents1 .col-main-c {
  width: 100%;
}
#c-contents1 .col-main-c img {
}
	
#c-contents1 .col-main-r {
  flex-direction: row;
  width: 100%;
}

#c-contents1 .col-main-r-top {
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 50%;
}
#c-contents1 .col-main-r-top p {
  margin: 10px 8px ;
  align-items: center;
}

#c-contents1 .col-main-r-btm {
  height: auto;
  background: #bd8943;
  width: 50%;
}
#c-contents1 .col-main-r-btm p {
  margin: 16px auto ;
  line-height: 100%;
  padding: 0 ;
}

#c-contents1 .col-main-r-btm p a {
  color:#fff;
  text-decoration: none;
}
	
}




/***********************************************************
#1 コンテナー（コンテンツ本文）
***********************************************************/
#c-contents2 {
  color: #333;
  background: #fff;
}
#c-contents2 .section {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}


/*//////////////////
#4 レスポンシブ（タブレット用）
//////////////////*/
@media screen and (max-width: 768px) {
}


/*//////////////////
#4 レスポンシブ（スマートフォン用）
//////////////////*/
@media screen and (max-width: 640px) {
}




