@charset "UTF-8";

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.7;
  font-style:normal;
  text-decoration: none;
  list-style: none;
}

html{
  font-size: 16px;
  font-family: 'M PLUS Rounded 1c',"小塚ゴシック Pr6N",sans-serif;
}

body{
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  background-color: #E6F1EF;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

h1{
  margin-top: 15px;
}

#top,
#news,
#access,
#work{
  max-width: 1000px;
  margin: 0 auto;
}

/*===================================
  ヘッダー
===================================*/ 
.header-area {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
}
.header-logo img{
  margin-bottom: 5px;
}
.header-area .header-logo {
  margin-left: 5px;
}
.header-area .header-info {
  display: flex;
  margin: 0 5px;
  cursor: pointer;
}
.header-info img{
  border-radius: 12px;
  margin-bottom: 5px;
}
.header-info a:first-child{
  margin-right: 3px;
}
.header-area .header-btn2 {
  display: block;
  width: 80px;
}
/***********マウスホバーアクション***********/
.hover10 {
  border-radius: 50%;
  transition: all 0.6s ease 0s;
  margin-right: 10px;
}
.hover10:hover {
  cursor: pointer;
  transform: scale(1.05, 1.05);
}
.hover11 {
  border-radius: 50%;
  transition: all 0.6s ease 0s;
}
.hover11:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
}
/*===================================
  main visual
===================================*/ 
.mv {
  display: block;
  width: 100%;
}
.pc-show {
  display: block;
}
.sp-show {
  display: none;
}

/*===================================
  ナビメニュー
===================================*/ 
.top a:hover,
.about a:hover,
.work a:hover,
.contact a:hover{
  cursor: pointer;
}
nav ul{
  display: flex;
  justify-content: space-between;
  margin: 5px 10px;
}
.btn-partial-line {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.2em 0.5em;
  text-decoration: none;
  border-bottom: solid 3px #668ad8;
  border-left: solid 3px #668ad8;
  color: #000;
  font-size: 30px;
  transition: .4s;
}
.btn-partial-line:hover {
  padding-left: 1.1em;
}
nav a{
  background-color: rgba(39,255,255,0.1);
}

/*===================================
  top text
===================================*/ 
.top_text{
  padding-top: 20px;
  text-align: center;
  margin: 0 15px;
  font-size: 17px;
}
.top_text span{
  font-weight: bold;
  font-size: 24px;
  color: red;
}
.info{
  margin-top: 15px;
  margin-left: 5px;
  color: tomato;
  vertical-align: bottom;
  border-bottom: dotted 5px;
}
.area{
  margin-top: 30px;
}
#news{
  width:100%;
  max-width: 1000px;
  padding-bottom: 20px;
}
#news ul {
  list-style-type: none;
}
#news ul li {
  padding: 20px 20px 0 140px;
  border-bottom: 1px dotted #6c5f45;
  color: #342300;
  border-right: none;
  text-indent: -140px;
}
#news ul li time {
  display: inline-block;
  width: 140px;
  padding-left: 8px;
  color: #6c5f45;
  font-weight: bold;
  text-indent: 0;
}
#news a:hover{
  color: orange;
  font-weight: 900;
  opacity: 0.8;
}

/*===================================
　work
===================================*/ 
#work_bg{
  background-image: url("../img/mv3.jpg");
  background-size: cover;
}
#work_center{
  text-align: center;
}
#work_nav a{
  background-color: rgba(255,255,255,0.5);
}
.menu_page{
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  margin-top: 10px;
}
.heading{
  border-left-style: none;
}

.pc-grid-col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pc-grid-col3 .col {
  width: 45%;
}
.pc-grid-col3 .col img{
  width: 90%;
  margin-top:3%;
  overflow: hidden;
  text-align: center;
  object-fit: cover;
}
.menu-list {
  text-align: center;
}
.menu-list li {
  margin-bottom: 30px;
  border: 4px solid black;
  box-sizing: border-box;
}
.menu-text {
  margin: 10px 5px;
  font-size: 20px;
  text-align: center;
  background: rgba(255,255,255,0.6);
}
.menu-Explanation{
  margin: 15px;
  font-size: 30px;
  text-align: center;
}
/***********矢印***********/
.arrow_s_b {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  color: #333;
  text-decoration: none;
  left:0.5px;
}
.arrow_s_b:before {
  content: '';
  width: 26px;
  height: 26px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 49.7%;
  left: -7%;
  margin-top: -9px;
}
.arrow_s_b:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent orange;
  position: absolute;
  top: 49.5%;
  left: 6px;
  margin-top: -4px;
}
/*===================================
　about
===================================*/ 
.blue,
.white{
  font-size: 1.3em;
  padding: 7px;
  margin: 30px 30px 0 30px;
  text-align: left;
}
.blue{
  border-left: 15px solid blue;
  background: aliceblue;
}
 .white{
  border-left: 15px solid midnightblue;
  background: aliceblue;
}
.about_menu{
  border-bottom: 2px dotted;
  margin: 8px 2em 5px 3em; 
  text-align: left;
  font-size: 1em;

}
#about_top{
  margin-top: 40px;
}
.about_menu:last-child{
  margin-bottom: 50px;
}
#about_last{
  padding: 20px 0 30px 0;
}
/*===================================
　お問い合わせ
===================================*/ 
#access{
  text-align: center;
}
#access_bg{
  background-image: url("../img/mv22.jpg");
  background-size: stretch;
}
.access_page{
  margin: 20px auto;
  font-size: 22px;
  margin-bottom: 15px;
}
#access_text {
  display: inline-block;
  text-align: left;
  margin-top: 25px;
  line-height: 32px;
  padding: 10px 20px;
  background: rgba(255,255,255,0.5);
  border-radius: 20px;
}
#access1 {
  margin-left: 55px;
}
#access2 {
  margin-left: 33px;
}
#access3 {
  margin-left: 75px;
}
#access4 {
  margin-left: 84px;
  border-bottom: 1px solid #333;
}
#access5 {
  margin-left: 81px;
  border-bottom: 1px solid #333;
}
#access6 {
  margin-left: 68px;
  border-bottom: 1px solid #333;
}
#contact_footer{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}

/*===================================
  タブレット用
===================================*/ 
@media screen and (max-width: 865px){
}

@media screen and (max-width: 768px){
.btn-partial-line{
  font-size: 18px;
}
.sp_font{
  font-size: 1.2em;  
}
/***********work***********/
.menu-list li {
  margin-bottom: 5px;
}
.menu-text {
  font-size: 0.5em;
}
.menu-Explanation{
  margin: 10px;
  font-size: 14px;
}
}
/*===================================
  スマフォ用
===================================*/ 
@media screen and (max-width: 479px) {
/***********ヘッダー***********/
.hover10 {
  margin-right: 5px;
}
.header-area{
  padding: 0 0;
}
.header-area img{
  margin-bottom: 2px;
}

/***********mv***********/
.pc-show {
  display: none;
}
.sp-show{
  display: block;
}
.header-area .header-info .header-btn2 {
  display: block;
  width: 60px;
  margin:0;
}
.hover10 img,
.header-logo img{
  height: 60px;
}
/***********top***********/
.top_text span{
  font-size: 19px;
}
.top_text{
  font-size: 12px;
}
#news{
  width: 100%;
}
.btn-partial-line{
  font-size: 15px;
}
.sp_font{
  font-size: 0.95em;  
}
#news ul li {
  padding: 20px 20px 0 105px;
  border-bottom: 1px dotted #6c5f45;
  color: #342300;
  border-right: none;
  text-indent: -105px; 
  font-size: 12px;
}

#news ul li time {
  display: inline-block;
  width: 105px;
  padding-left: 8px;
  color: #6c5f45;
  font-weight: bold;
  text-indent: 0;
}

/***********work***********/
.blue,
.white{
  font-size: 0.9em;
  padding: 5px;
  margin: 20px 30px 3px 30px;
  text-align: left;
}
.blue{
  border-left: 15px solid blue;
  background: aliceblue;
}
 .white{
  border-left: 15px solid midnightblue;
  background: aliceblue;
}

.about_menu{
  border-bottom: 2px dotted;
  margin-left: 4em;
  margin-right: 3em;
  text-align: left;
  font-size: 0.7em;
}

/***********contact***********/
.access_page{
  width:100%;
  /*margin: 0 10px;*/
}
#access1 {
  margin-left: 55px;
}
#access2 {
  margin-left: 39px;
}
#access3 {
  margin-left: 70px;
}
#access4 {
  margin-left: 76px;
  border-bottom: 1px solid #333;
}
#access5 {
  margin-left: 72px;
  border-bottom: 1px solid #333;
}
#access6 {
  margin-left: 64px;
  border-bottom: 1px solid #333;
}
.access_page{
  font-size: 18px;
}
h1{
  font-size: 1.8em;
}

/***********work***********/
.arrow_s_b:after {
  top: 49%;
}
}
/*===================================
  フッター
===================================*/ 
footer{
  font-size: 14px;
  padding-bottom: 5px;
  text-align: center;
  font-family: "小塚ゴシック Pr6N";
}