﻿@charset "UTF-8";
/* SONSHINE CSS Document */

html {
  box-sizing: border-box;
  background-color: #ffffff;
}

*, *::after, *::before {
  box-sizing: inherit;
}

*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body{
  margin: 0;
  padding-top: 60px;
  
  * {
    box-sizing: border-box;
  }
  
  .is-menuOpen & {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
}

/**************** ここまで、メニューのスタイリング ****************/


.container {
width: 100%;
margin: 0 auto;
background-color: #ffffff;
max-width: 1200px;
padding: 10px 0 0 0;
z-index: 20;
}


.clear {
  all: initial;
}


.imgsize {
margin-top: -1%;
}
@media screen and (min-width: 960px) {
.imgsize {
margin-top: 2%;
}
}

.imgsize img {
width: 100%;
max-width: 1200px;
height: auto;
margin: 0 auto;
}



.content {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 5px 0px 5px 0px;
}
@media screen and (max-width: 960px) {
.content {
width: 100%;
max-width: 960px;
margin: 0 auto;
padding: 15px 8px 10px 8px;
}
}


/* イメージボックスＰＣ　960切り替え*/
.imagesbox {
display: block;
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 12px 0 6px 0;
background-color: #ffffff;
text-align: center;
}
@media screen and (max-width: 960px) {
.imagesbox {
display: none;
}
}
.imagesbox img {
width: 100%;
max-width: 1200px; /* 親要素の幅に合わせて縮小 */
height: auto;   /* アスペクト比を維持 */
}
@media screen and (max-width: 960px) {
.imagesbox img {
display: none;
}
}

/* イメージボックスSmart phone 960切り替え*/
.imagesbox_sp {
display: block;
max-width: 960px;
width: 100%;
margin: 0 auto;
padding: 12px 0 6px 0;
background-color: #ffffff;
text-align: center;
}
@media screen and (min-width: 960px) {
.imagesbox_sp {
display: none;
}
}

.imagesbox_sp img {
display: block;
width: 100%;
max-width: 960px; /* 親要素の幅に合わせて縮小 */
height: auto;   /* アスペクト比を維持 */
}
@media screen and (min-width: 960px) {
.imagesbox_sp img {
display: none;
}
}

/* ↑イメージボックス切り替えここまで　*/

/**************** H１ ****************/
.content h1 {
font-size: 17px;
letter-spacing: 1px;
background-color: #a25028;
color: #ffffff;
padding: 10px 0 8px 0;
display: block;
margin: 15px 0 15px 0;
text-align: center;
width: 98%;
margin: 0 auto;
    font-weight: 700;
}
@media screen and (min-width: 960px) {
.content h1 {
font-size: 20px;
letter-spacing: 1px;
background-color: #a25028;
color: #ffffff;
padding: 15px 0 15px 0;
display: block;
margin: 25px 0 15px 0;
text-align: center;
width: 90%;
margin: 0 auto;
letter-spacing: 4px;
    font-weight: 700;
}
}


.content h2 {
border-bottom: 2px solid #003871;
padding: 20px 0 5px 0;
font-size: 17px;
letter-spacing: 2px;
margin: 0px 0px 20px 0px;
text-align: center;
width: 95%;
margin: 0 auto;
font-weight: 500;
color: #003871;
}
@media screen and (min-width: 960px) {
.content h2 {
border-bottom: 2px solid #003871;
padding: 40px 0px 5px 0px;
font-size: 20px;
letter-spacing: 4px;
margin: 10px 0px 20px 0px;
text-align: center;
width: 100%;
margin: 0 auto;
font-weight: 600;
color: #003871;
}
}



.content h3 {
border-bottom: 1px solid #c1c1c1;
margin: 40px 0px 30px 0px;
padding: 20px 0 5px 0px;
font-size: 18px;
letter-spacing: 1px;
text-align: center;
width: 98%;
margin: 0 auto;
    font-weight: 400;
color: #003871;
}
@media screen and (min-width: 960px) {
.content h3 {
border-bottom: 1px solid #c1c1c1;
margin: 50px 0px 40px 0px;
padding: 20px 0 5px 0px;
font-size: 18px;
letter-spacing: 2px;
text-align: center;
width: 85%;
margin: 0 auto;
    font-weight: 500;
color: #003871;
}
}





/**************** テキスト ****************/
.text {
margin: 15px 12px 10px 12px;
padding: 0 8px 0 8px;
font-size: 16px;
font-weight: normal;
line-height: 160%;
color: #505050;
text-align: left;
}
@media screen and (min-width: 960px) {
.text {
margin: 30px 80px 10px 80px;
padding: 0 8px 0 8px;
font-size: 18px;
font-weight: normal;
line-height: 200%;
color: #505050;
text-align: center;
}
}


.text p{

}



main {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  z-index: 20
}

main footer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0 0 0;
  padding: 20px 20px 20px;
  background-color: #308f73;
}
main footer::after {
  clear: both;
  content: "";
  display: block;
}
main footer .logo {
  font-size: 28px;
  color: whitesmoke;
  line-height: 0;
  margin-bottom: 8px;
  margin-right: 4px;
}
@media screen and (min-width: 1024px) {
  main footer .logo {
    float: left;
    margin-bottom: 0;
  }
}
main footer ul {
  line-height: 2.5;
  margin: 0 0 16px 0;
  padding: 0;
}
main footer ul::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 1024px) {
  main footer ul {
    float: left;
    line-height: 1.8;
    margin-bottom: 0;
    margin-left: 16px;
  }
  main footer ul::after {
    clear: both;
    content: "";
    display: block;
  }
}
main footer ul li {
  list-style: none;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  main footer ul li {
    display: inline;
    text-align: left;
  }
}
main footer ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
main footer ul li a:focus, main footer ul li a:hover {
  color: white;
}
@media screen and (min-width: 1024px) {
  main footer .secondary-links {
    float: right;
  }
}
main footer .secondary-links li a {
  font-size: 12px;
  font-weight: 100 !important;
}
main footer .secondary-links .social {
  margin: 1em 0 0 0;
}
@media screen and (min-width: 960px) {
  main footer .secondary-links .social {
    float: right;
    margin-top: 0;
  }
}
main footer .secondary-links .social li {
  float: left;
  font-size: 1em;
  line-height: 0;
  margin: 0;
  padding-right: 0.7em;
}
main footer .secondary-links .social li:last-child {
  padding-right: 0;
}
main footer .secondary-links .social li > a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #444;
  text-align: center;
  line-height: 30px;
}
main footer .secondary-links .social li > a:hover {
  background-color: white;
}

.footersign {
margin: 5px 0 15px 0;
padding: 5px 0 15px 0;
display: block;
background-color: #308f73;
}
@media screen and (max-width: 1024px) {
.footersign {
margin: -20px 0 15px 0;
padding: 5px 0 15px 0;
display: block;
background-color: #308f73;
}
}

.footersign h4 {
padding: 5px 0 5px 15px !important;
font-size: 16px !important;
font-weight: normal !important;
letter-spacing: 1px;
margin: 15px 0 15px 0 !important;
color: #ffffff;  
}

.footersign h5 {
font-size: 13px !important;
font-weight: normal !important;
margin: -10px 0 15px 25px !important;
color: #fffff0;
}


.maillink {
	width: 70%;
	font-size: 130%;
	font-weight: normal;
	line-height: 220%;
	margin: 20px 0px 20px 0px;
	text-align: center;
letter-spacing: 2px;

}
@media screen and (max-width: 800px) {
.maillink {
	width: 85%;
	font-size: 120%;
}
}

/* メールリンク　*/
.maillink a {
	display: block;
	height: 70px;

	padding: 12px 5px 12px 5px;
	text-decoration: none;
	color: #ffffff;
	background-color: #ba9205;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 1px 2px 3px #999999;
	-webkit-box-shadow: 1px 2px 3px #999999;
	box-shadow: 1px 2px 3px #999999;/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

.maillink a:hover {
	color: #ffffff;
	background-color: #009999;
	-moz-box-shadow: -1px -2px 3px #999999;
	-webkit-box-shadow: -1px -2px 3px #999999;
	box-shadow: -1px -2px 3px #999999;/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}


/*　クラスリンク　*/

.classlink a {
	display: block;
max-width: 80%;
	height: 60px;
margin: -15px 0 20px 0;
	padding: 12px 5px 12px 5px;
	text-decoration: none;
	color: #ffffff;
	background-color: #ba9205;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 1px 2px 3px #999999;
	-webkit-box-shadow: 1px 2px 3px #999999;
	box-shadow: 1px 2px 3px #999999;/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

.classlink a:hover {
	color: #ffffff;
	background-color: #009999;
	-moz-box-shadow: -1px -2px 3px #999999;
	-webkit-box-shadow: -1px -2px 3px #999999;
	box-shadow: -1px -2px 3px #999999;/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}



.minicon {
  min-width: 60px;
  height: 25px;
  color: #fff;
  padding: 0px 4px;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: 2px solid #ffd819;
  background: #ffd819;
text-align: center;
}
.minicon a {
  text-decoration: none;
}
.minicon:hover {
  background: #fff;
  color: #ffd819
}

.minitext {
margin: -10px 20px 25px 20px;
padding: 0;
font-size: 15px;
font-weight: normal;
color: #505050;
text-align: right;
line-height: 180%;
}
@media screen and (max-width: 800px) {
.minitext {
margin: -10px 20px 25px 20px;
padding: 0;
font-size: 12px;
font-weight: normal;
color: #505050;
text-align: left;
line-height: 150%;
}
}


/*"スケジュール写真"*/
.media {
display: block;
padding: 0;
width: 98%;/*画像サイズ300px*/
}

.media img {
	border: 0px solid #80ff80;
	margin: 0;
	width: 38%;/*300px*/
	min-width: 180px;
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
height: 100%;
}
/*"写真横文章"*/
.media p {
display: block;
	font-size: 16px;
	color: #454545!important;
	margin: 0;
	padding: 10px;
	width: 100%;
height: 100%;
	min-height: 250px;
}

/**************** 文中リスト ****************/

ul.cp_list {
  padding: 0.5em;
  list-style: none;
width: fit-content; 
margin: 20px auto;
}
ul.cp_list li {
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom:5px;
  border-bottom: 0px solid rgba(255,143,0,1);
}
ul.cp_list li:after,
ul.cp_list li:before {
  position: absolute;
  content:'';
  transform: rotate(45deg);
}
ul.cp_list li:before {
  top: 0.7em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border:2px solid rgba(255,143,0,1);
}
ul.cp_list li:after {
  top: 0.9em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(255,143,0,0.5);
  transform: rotate(60deg);
}

/**************** 冒頭お知らせ ****************/

.infotext {
margin: 13px 0px 13px 10px;
padding: 0;
font-size: 13px;
font-weight: normal;
line-height: 140%;
color: #000080;
text-align: center ;
}


/*********youtube埋め込みレスポンシブ*********/

.youtube {
  width: 90%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
max-width: 600px;
}


.totop {
margin: 10px 0;
text-align: right;
}



/**************** 文中リスト ****************/


  li.list1 {
   position: relative;
   padding: 0px 0 0px 20px;
list-style: none;
margin: 20px 0 20px 20px;
	font-size: 17px;
font-family: Franklin Gothic !important;
  }
 
  li.list1:before {
   content: "";
   position: absolute;
   top: .1em;
   left: -3px;
   width: 15px;
   height: 15px;
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
   border-radius: 50%;
   background-color: #8b6b4e;
  }
 
  li.list1:after {
   content: "";
   position: absolute;
   top: .5em;
   left: 1px;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   width: 4px;
   height: 4px;
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
  }



/**************** 文中内写真挿絵挿入　CONTENT範囲無い ****************/



.conimg {
margin: 0 auto;
display: block;
text-align: center:
    width: 90%;               /* 幅指定 */
    height: auto;              /* 高さ指定 */
    background-color: #ffefe8;     /* 背景色指定 */
    border-radius: 20px;        /* 角丸指定 */
}

.conimg img {
display: block;
width: 50%;
height: auto;
margin: 0 auto;
text-align: center:
}
@media screen and (max-width: 950px) {
.conimg img {
display: block;
width: 70%;
height: auto;
margin: 0 auto;
text-align: center:
}
}


/**************** 2枠写真と文章　プロフィール用 ****************/

.two-column {
  display: flex;
  flex-wrap: wrap; /* 横幅が狭いときは折り返す */
  padding: 5px 5px;       /* 左右の間隔 */
}

.column {
  flex: 1;         /* 均等に伸び縮み */
  min-width: 250px; /* 最小幅を指定して崩れ防止 */
    background-color: #ffefe8;
margin: 5px 5px 5px 5px;
}

 .column left {
   width: 100%;     /* 写真を枠に合わせて伸縮 */
   height: auto;    /* アスペクト比を保持 */
   display: block;
text-align: right:
}

 .column right {
   width: 100%;     /* 写真を枠に合わせて伸縮 */
   height: auto;    /* アスペクト比を保持 */
   display: block;
margin: 30px auto;
}

 .column right img {
  margin: auto;
  display: block;
   width: 100%;     /* 写真を枠に合わせて伸縮 */
   height: auto;    /* アスペクト比を保持 */
    align-items: center;
}


@media (max-width: 800px) {
  .two-column {
    flex-direction: column; /* スマホでは縦並び */
  }
}


.two_text {
margin: 15px 25px 10px 25px;
padding: 0 8px 0 8px;
font-size: 16px;
font-weight: normal;
line-height: 160%;
color: #505050;
text-align: center;
}
@media screen and (min-width: 960px) {
.two_text {
margin: 30px 10px 10px 10px;
padding: 0 8px 0 8px;
font-size: 18px;
font-weight: normal;
line-height: 200%;
color: #505050;
text-align: center;
}
}

/**************** 2枠写真と文章　プロフィール用 ここまで****************/

