@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&family=Noto+Serif+JP:wght@400;600;700&family=Shippori+Mincho:wght@400;700&display=swap');

/*======================================
	global part
=======================================*/
/* YUI CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*======================================
	Base
=======================================*/
html { overflow-y:scroll; }

body {
	background-color:#ffffff;
	font-size: 100%;
	font-weight: 400;
	letter-spacing: 0.07em;
	color:#40301a;
	font-family: 'Noto Serif JP', serif;
}
html,body{ text-align: center;}

a { text-decoration: none; }
a:link { color: #388fda; }
a:visited { color: #388fda; }
a:active { color: #175b95; text-decoration: underline }
a:hover {color:#175b95; }
img.baseline { vertical-align : baseline ; }
img.middle   { vertical-align : middle ; }

a img:hover{
	opacity: 0.6;
}

.inbox{
	max-width: 1300px;
	margin: 0 auto;
	overflow:hidden;
	clear:both;
}

/*--------- logolink -------------------------------------------------------*/
.logolink {
	border-bottom: 1px solid #bbbbbb;
}
.logolink ul.topnav {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	background-color: #fff;
	max-width: 1200px;
}
.logolink ul.topnav li {
	float: left;
}
.logolink ul.topnav li a {
	display: block;
	padding: 0;
}
.logolink ul.topnav li a:hover:not(.active) {
	/*background-color: #e7ecf5;*/
	opacity: 0.6;
}
.logolink ul.topnav li.right {
	float: right;
	display: flex;
}
.logolink ul.topnav li a img {
	margin: 20px 0 10px 0;
}

/*--------- top_img -------------------------------------------------------*/
.top_img {
	margin: 0 auto;
	max-width: 1300px;
}
.top_img .box {
	position: relative;
}
.top_img .box .center {
	position: absolute;
  	top: 20%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.top_img .box .center img {
	max-width: 1000px;
}

/*--------- 文字コントロール -------------------------------------------------------*/
.title {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 3.0rem;
	line-height: 3.9rem;
	color: #00a97a;
	border-left: 15px solid #00a97a;
	border-right: 15px solid #00a97a;
	padding: 0 20px 5px 20px;
	display : inline-block;
	text-align: center;
	margin: 0 auto;
}
.title.stuffing {
	letter-spacing: -0.2rem;
}
.subtitle {
	font-weight: 700;
	font-size: 1.9rem;
	line-height: 3.0rem;
	color: #00a97a;
	text-align: center;
	padding-top: 15px;
}
.copy_01 {
	font-family: 'Noto Serif JP', serif;
    font-size: 1.85rem;
    text-align: center;
    font-weight: 700;
    line-height: 2.8rem;
    margin: 0.5em 0 1rem 0;
}
.copy {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 2.1rem;
	text-align: center;
	padding: 30px 0;
}
.copy02 {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.9rem;
	text-align: center;
	margin-top: 50px;
	padding: 0;
}
.copy03 {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.9rem;
	text-align: center;
	padding-bottom: 30px;
}
.copy_left {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.9rem;
	text-align: left;
}
.copy_right {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.9rem;
	text-align: right;
}
/*--------- section.sec01 -------------------------------------------------------*/
section.sec01 {
	margin-top: 20px;
	text-align: center;
}
section.sec01 .cont-wrapper {
	max-width: 840px;
	margin: 0 auto;
}
section.sec01 .sec01_img {
	margin: 0 auto;
}
/*--------- section.sec02 -------------------------------------------------------*/
section.sec02 {
	margin-top: 50px;
	padding-top: 50px;
	background-color: #d3e5da;
	text-align: center;
}
section.sec02 .cont-wrapper {
	max-width: 840px;
	margin: 0 auto;
}
/*--------- section.sec03 -------------------------------------------------------*/
section.sec03 {
	background-color: #fff;
	text-align: center;
}
section.sec03 .cont-wrapper {
	max-width: 840px;
	margin: 0 auto;
}
section.sec03 .cont-wrapper img {
	margin-top: 50px;
}
/*--------- アコーディオン 互助会の歴史 ----------*/
section.sec03 .cont-wrapper .accordion_dl {
	width:100%;
	margin: 0 auto;
}
section.sec03 .cont-wrapper .accordion_dl dt {
  background-color: #00a97a;
  margin-top:5px;
  width:88%;
  padding: 10px 0 10px 12%;
  color: #fff;
  font-size:1.4rem;
  text-align:left;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-radius: 5px;
}
section.sec03 .cont-wrapper .accordion_dl dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 2%;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
}
section.sec03 .cont-wrapper .accordion_dl dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 2%;
  width: 12px;
  height: 12px;
  margin-top: -13px;
  background: #00a97a;
}
section.sec03 .cont-wrapper .accordion_dl dt.active:before {margin-top: -2px;}
section.sec03 .cont-wrapper .accordion_dl dt.active:after {margin-top: 1px;}
section.sec03 .cont-wrapper .accordion_dl dd {
  margin-bottom:10px;
  padding-top: 15px;
  font-size: 1.0rem;
  line-height: 1.9rem;
  text-align: left;
  position: relative;
}
section.sec03 .cont-wrapper .accordion_dl div.list {
	margin-left: -10%;
	width: 97%;
}
section.sec03 .cont-wrapper .accordion_dl dd .wrapper {
	width:80%;
	display:flex;
	justify-content: center;
	align-items: stretch;
	margin:0 auto;
}
section.sec03 .cont-wrapper .accordion_dl dd .copy_accordion {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2.1rem;
	text-align: center;
	padding: 30px 0;
}
section.sec03 .cont-wrapper .accordion_dl dd .wrapper_innerleft {
	width: 25%;
	padding: 0;
	position: relative;
}
section.sec03 .cont-wrapper .accordion_dl dd .wrapper_innerleft img {
	margin: 0;
}
section.sec03 .cont-wrapper .accordion_dl dd .wrapper_innerright {
	margin:0;
	padding-left: 20px;
	position: relative;
}
/*
.accordion_dl div.list:before{
  display: block;
  content: "Q";
  position: absolute;
  top:3px;
  left:15px;
  color:#fff;
  font-size:24px;
  line-height:1.5;
  font-family: 'Noto Serif JP', serif;
}
*/
/*--------- section.sec04 -------------------------------------------------------*/
section.sec04 {
	margin-top: 100px;
	background-color: #d3e5da;
	text-align: center;
}
section.sec04 .cont-wrapper {
	max-width: 840px;
	padding: 50px 0 50px;
	margin: 0 auto;
}
section.sec04 .cont-wrapper p span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	color: #00a97a;
}
section.sec04 .cont-wrapper img {
	margin-bottom: 50px;
}
/*--------- section.sec05 -------------------------------------------------------*/
section.sec05 {
	background-color: #fff;
	text-align: center;
	margin-top: 60px;
}
section.sec05 .cont-wrapper {
	max-width: 840px;
	margin: 0 auto;
	border-top: 8px dotted #00a97a;
}
section.sec05 .cont-wrapper img {
	margin-top: 50px;
}
section.sec05 .cont-wrapper .title {
	font-family: 'Noto Serif JP', serif;
	color: #00a97a;
	text-align: center;
	border-left: none;
	border-right: none;
	padding: 50px 0 0 0;
	margin: 0 auto;
}
section.sec05 .cont-wrapper .wrapper {
	padding: 20px 0 50px 0;
}
section.sec05 .cont-wrapper .wrapper_outer {
	width:90%;
	display:flex;
	align-items: stretch;
	margin:0 auto;
}
section.sec05 .cont-wrapper .wrapper_innerleft {
	width: 12%;
	padding: 0;
	position: relative;
	text-align: left;
}
section.sec05 .cont-wrapper .wrapper_innerright {
	width:88%;
	margin:0;
	text-align: left;
	position: relative;
}
.sec05_midashi {
	width:100%;
	color: #fff;
	background-color: #00a97a;
	font-size:1.4rem;
	font-weight: 700;
	padding: 10px 0 10px 0;
	border-radius: 5px;
	margin: 0 auto;
}
.cont-wrapper .copy_left span {
	color: #00a97a;
	padding-right: 5px;
}

.plan_wrapper {
	width: 100%;
	height:auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0;
	padding: 0;
	text-align: center;
}
.plan_wrapper_inner_top {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.0rem;
	font-weight: 700;
	color: #00a97a;
	padding: 20px 0 10px 0;
	text-align: center;
}
.plan_wrapper_inner {
	width: 33%;
	font-size: 0.98rem;
	position: relative;
	text-align: left;
	margin: 0;
}
.plan_wrapper_inner.colum2 {
	width: 50%;
}
.plan_wrapper_inner_border {
	padding: 0 10px;
	border-left: 1px solid #00a97a;
}
.plan_wrapper_inner_borderlast {
	padding: 0 10px;
	border-left: 1px solid #00a97a;
	border-right: 1px solid #00a97a;
}
section.sec05 .cont-wrapper .plan_wrapper_inner img {
	width: 100%;
	margin: 10px 0 10px 0;
}
.plan_wrapper_inner p {
	font-size: 1.1rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.plan_wrapper_inner span {
	margin-top: 10px;
	text-align: center;
	display: block;
}
/*--------- アコーディオン 特記事項 ----------*/
section.sec05 .cont-wrapper .accordion_dl {
	width:100%;
	margin: 0 auto;
	padding-top: 50px;
}
section.sec05 .cont-wrapper .accordion_dl dt {
  background-color: #7f7f7f;
  margin-top:5px;
  width:88%;
  padding: 10px 0 10px 12%;
  color: #fff;
  font-size:1.4rem;
  text-align:left;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-radius: 5px;
}
section.sec05 .cont-wrapper .accordion_dl dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 2%;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
}
section.sec05 .cont-wrapper .accordion_dl dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 2%;
  width: 12px;
  height: 12px;
  margin-top: -13px;
  background: #7f7f7f;
}
section.sec05 .cont-wrapper .accordion_dl dt.active:before {margin-top: -2px;}
section.sec05 .cont-wrapper .accordion_dl dt.active:after {margin-top: 1px;}
section.sec05 .cont-wrapper .accordion_dl dd {
  margin-bottom:10px;
  padding-top: 15px;
  font-size: 1.0rem;
  line-height: 1.9rem;
  text-align: left;
  position: relative;
}
section.sec05 .cont-wrapper .accordion_dl div.list {
	margin-left: -10%;
	width: 97%;
}
section.sec05 .cont-wrapper .accordion_dl dd .wrapper {
	width:80%;
	display:flex;
	justify-content: center;
	align-items: stretch;
	margin:0 auto;
	
}
section.sec05 .cont-wrapper .accordion_dl dd .wrapper_innerleft {
	width: 25%;
	padding: 0;
	position: relative;
}
section.sec05 .cont-wrapper .accordion_dl dd .wrapper_innerleft img {
	margin: 0;
}
section.sec05 .cont-wrapper .accordion_dl dd .wrapper_innerright {
	margin:0;
	padding-left: 20px;
	position: relative;
}
/* --OL / UL -----------------*/
section.sec05 .cont-wrapper ol {
	counter-reset: list;
  	list-style-type: none;
	padding: 0;
	margin: 30px 0 30px 0;
}
section.sec05 .cont-wrapper ol li{
  position:relative;
  padding: 0 0 0 25px;
  font-weight: bold;
  font-size: 1.2rem;
}
section.sec05 .cont-wrapper ol li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 50%;
  background: #00a97a;
  top: 50%; /* sp-25% */
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.sec05b {
	margin-top: 60px;
	text-align: center;
}
section.sec05 .cont-wrapper .accordion_dl dd ul {
	list-style-type: disc;
	padding: 0 0 0 25px;
}
.title_bk {
	color: #000;
	font-size: 80%;
}
.title_gosic {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #ff7e61;
}
.title_gosic_b {
	font-size: 150%;
}
.title_gosic_b2 {
	font-size: 120%;
	line-height: 2.5rem;
}

/*--------- section.sec05b -------------------------------------------------------*/
section.sec05b .cont-wrapper .title {
    font-family: 'Noto Serif JP', serif;
    color: #00a97a;
    text-align: center;
    border-left: none;
    border-right: none;
    padding: 50px 0 0 0;
    margin: 0 auto;
}
section.sec05b .cont-wrapper {
    max-width: 840px;
    margin: 0 auto;
    border-top: none;
}
section.sec05b .cont-wrapper img {
	margin-top: 10px;
}

/* --CUSTOMER ANSWER---------------------------------------------*/
.customer_answer {
	background-image: url(../images/sec05_back.jpg);
	background-repeat: repeat;
	background-size: 100%;
	margin-top: 30px;
}
.customer_answer .customer_wrapper {
	padding: 0 40px;
}
.customer_answer .subtitle {
	font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: 0;
    line-height: 2.2rem;
    color: #ff7e61;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #00a97a;
    margin-bottom: 20px;
}
.customer_answer .copy_left {
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.9rem;
	text-align: left;
}
.customer_answer .copy_right {
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.9rem;
	text-align: right;
	margin-bottom: 1.5rem;
}

/*--------- section.sec06 -------------------------------------------------------*/
section.sec06 {
	margin-top: 50px;
	padding-top: 50px;
	background-color: #fff7e6;
	text-align: center;
}
section.sec06 .cont-wrapper {
	max-width: 840px;
	margin: 0 auto;
}
section.sec06 .cont-wrapper .midashi {
	background-color: #ff7e61;
	border-radius: 90px;
	font-size: 2.0rem;
	font-weight: 600;
	color: #fff;
	padding: 30px 0;
	margin: 50px 0;
}
.benefit_wrapper {
	width: 100%;
	height:auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0;
	padding: 0;
	text-align: center;
}
.benefit_wrapper_inner {
	width: 30%;
	padding: 0 10px;
	position: relative;
	margin: 0;
}
.benefit_wrapper_inner img {
	width: 100%;
}
.benefit_wrapper_inner .subtitle {
	font-size: 1.58rem;
	line-height: 1.9rem;
	font-weight: 600;
	color: #40301a;
	margin-bottom: 0.7rem;
}
section.sec06 .cont-wrapper .second-cont {
	max-width: 840px;
	margin-top: 50px;
	padding-bottom: 120px;
	border-top: 1px solid #00a97a;
}
section.sec06 .cont-wrapper .second-cont .title {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.5rem;
    line-height: 3.5rem;
    color: #00a97a;
    border-left: 0;
    border-right: 0;
    padding: 0;
    display: block;
    text-align: center;
	font-weight: 600;
	margin: 40px 0;
}
.second-cont img {
	width: 100%;
}

/*------- contacts ----------------------------------------*/
.cont_base {
	width: 100%;
	background-image: url(../images/contact_back.svg);
	background-size: cover;
	background-repeat:  repeat-x;
	display: inline-block;
	text-align: center;
}
.cont_base .wrapper {
	max-width: 840px;
	padding: 50px 0;
	margin: 0 auto;
}
.wrapper_g-border {
	border-top: 1px solid #00a97a;
	padding-bottom: 20px;
}
.cont_base .wrapper .subtitle {
	color: #40301a;
	font-weight: 600;
	letter-spacing: 0.5rem;
	padding-bottom: 15px;
	
}
.cont_base .wrapper .subtitle02 {
    color: #40301a;
    font-weight: 600;
    padding-bottom: 15px;
    font-size: 1.7rem;
    text-align: center;
    padding-top: 20px;
}
.image_wrapper{
	width: 75%;
	margin: 0 auto;
	max-width:900px;
	text-align: center;
}
.image_wrapper02{
	margin: 0 auto;
	max-width:840px;
}

/*--------- Footer ----------*/
.footer {
	background-color:#fff ;
	height:70px;
	margin-top:10px;
	overflow:hidden;
}
.Copy{
	padding:20px 0;
	font-size:13px;
	text-align: center;
	font-weight: 400;
}
.parent {
	width:100%;
	text-align: center;
	padding-top: 50px;
}
.to_home_btn {
	width: 350px;
	margin: 0 auto;
}


.pc{display:block;}
.sp{display:none;}

/*--------- flipsnap ----------*/
.onescene_wrapper{
  background-color:#9bd5cb;
  margin-top:0;
  margin-bottom: 50px;
  padding:50px 0;
  overflow: hidden;
}
.viewport {
    width: 100%;
    overflow: hidden;
}
ul.flipsnap {
  width: 3100px;
  height:296px;
}
.flipsnap li {
  float: left;
  width:285px;
  margin-left:30px;
  box-sizing: border-box;
  cursor: pointer;
}
.flipsnap li img {
  width: 100%;
  border: 4px solid #fff;
}

/* -------------------------------------------
scroll-block
------------------------------------------- */
.scroll-block {
	opacity: .01;
    transition: all 2s;
}
.scroll-block.blockIn {
    opacity: 1;
}

/* -------------------------------------------
clearfix
------------------------------------------- */
/* for IE7.0 */
*:first-child+html .top .box_btn ul {
	min-height:1%;
}
/* for IE6.0 */
* html .top .box_btn ul {
	height:1%;
}

/*--------- Reason ----------*/
.reason_list_wrapper {
  border:4px solid #d29c08;
  margin:0 5% 30px;
	overflow:hidden;
	display: block;
	clear:both;
}
.reason_text{
  margin:15px 5%;
  font-size:100%;
  line-height: 1.5;
  text-align: left;
  color:#000;
}

/*--------- flipsnap ----------*/
.onescene_wrapper{
  background-color:#9bd5cb;
  margin-top:0;
  margin-bottom: 50px;
  padding:50px 0;
  overflow: hidden;
}
.viewport {
    width: 100%;
    overflow: hidden;
}
ul.flipsnap {
  width: 3100px;
  height:296px;
}
.flipsnap li {
  float: left;
  width:285px;
  margin-left:30px;
  box-sizing: border-box;
  cursor: pointer;
}
.flipsnap li img {
  width: 100%;
  border: 4px solid #fff;
}



/*--------- Planの詳細 ----------*/
.spplan_wrapper{
  border-bottom:2px solid #000;
  margin-bottom:50px;
  overflow: hidden;
  clear:both;
}
.spplan_wrapper .title{
  background-color: #a8936b;
  text-align:center;
  padding:10px 0;
  font-size: 21px;
  line-height:1.5;
  color:#fff;
}
.spplan_wrapper .text{
  padding:15px;
  font-size:18px;
  line-height:1.5;
  text-align: left;
}
.spplan_wrapper .text span.red{color:#bd4643;}
.spplan_wrapper .text li{
  border-bottom:1px dashed #313131;
  margin-bottom:15px;
  padding-bottom:15px;
  padding-left: 25px;
  overflow: hidden;
  clear:both;
  position: relative;
  top:0;
  left:0;
}
.spplan_wrapper .text li:before{
  content: "";
  height: 15px;
  width: 15px;
  background:#a8936b;
  display: block;
  position: absolute;
  top:5px;
  left:0;
}



.head_wrapper,
.banner,
.contents,
#photogallery_wrapper,
.course_attention_wrapper {width:690px;padding:0 30px;}


/*======================================
	Line & Text
=======================================*/
/*--------- Top ----------*/
.top3{margin-top:3px;}
.top5{margin-top:5px;}
.top10{margin-top:10px;}
.top15{margin-top:15px;}
.top30{margin-top:30px;}
.top50{margin-top:50px;}
.top75{margin-top:75px;}


/*--------- Under ----------*/
.under5{margin-bottom:5px;}
.under10{margin-bottom:10px;}
.under15{margin-bottom:15px;}
.under30{margin-bottom:30px;}
.under45{margin-bottom:45px;}

/*--------- Left ----------*/
.left15{margin-left:15px;}

/*---------Line----------*/
.Line5{margin: 5px 0px 5px 0px;}
.Line{margin: 10px 0px 10px 0px;}
.Line15{margin: 15px 0px 15px 0px;}
.Line20{margin: 20px 0px 20px 0px;}
.Line30{margin: 30px 0px 30px 0px;}

/*---------Text----------*/
p{
	font-size: 80% ;
	line-height: 1.5;
	text-align:left;
	font-weight: normal;
  
}
.c1{
	font-size: 90% ;
	line-height: 12px;
	font-weight: normal;
}

.fix-01{
    background:#fff; /背景を白色に/
    left:0;
    line-height:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
    text-align:left;
    padding:0;
}
.style_back {
	background-color:#fdf2f4;

	overflow:hidden;
	display: block;
	clear:both;
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/*---------online_wedding -------------------------------------------------------*/
  .copy_00 {
	font-family: 'Noto Serif JP', serif;
	font-size:1.00rem;
	text-align:left;
	font-weight:400;
	line-height:1.8;
	margin-bottom:1em;
	}
	.copy_pink {
		color: #ef92a9;
	}
	.copy_green {
		color: #1fb98f;
	}
 .copy_001 {
	font-family: 'Noto Serif JP', serif;
	font-size:1.10rem;
	text-align:center;
	font-weight:400;
	line-height:1.7;
	margin-bottom:1em;
	}
  .copy_02 {
	font-family: 'Noto Serif JP', serif;
	font-size:2.00rem;
	text-align:center;
	font-weight:700;
	line-height:2.3;
	}
	.copy_date {
	font-family: 'Noto Serif JP', serif;
	font-size:2.6rem;
	text-align:center;
	font-weight:700;
	}
  .copy_0202 {
	font-family: 'Noto Serif JP', serif;
	font-size:2.00rem;
	text-align:center;
	font-weight:700;
	line-height:3.3;
	margin-top:1.5em;
	}
  .copy_0002 {
	font-family: 'Noto Serif JP', serif;
	font-size:1.20rem;
	text-align:left;
	font-weight:400;
	line-height:1.8;
	}
.copy_point {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	font-weight: 700;
	line-height:1.5;
	margin: 25px 0 15px 0;
	text-align: center;
	color: #1fb98f;
}
  
.order {
	width: 66%;
	margin: 0 auto;
	max-width:1200px;
	margin-top:20px;
	padding-bottom: 40px;
}
.copy_order_ttl {
	font-family: 'Noto Serif JP', serif;
	font-size:1.50rem;
	text-align:left;
	font-weight:400;
	margin-top:2em;
}

/*=====================================================
	Tablet
======================================================*/
@media only screen and (max-width: 850px) {
.top_img .box .center img {
	max-width: 750px;
	margin-top: 75px;
	}
.copy_01 {
	font-size: 1.4rem;
	}
.cont_base .wrapper .subtitle02 {
	font-size: 1.4rem;
}
/*--------- Tablet_end -------------------------------------------------------*/
}

/*=====================================================
	Smartphone
======================================================*/
@media only screen and (max-width: 720px) {

#inbox{width:100%;}
.head_wrapper,
.banner,
.contents,
#photogallery_wrapper,
.course_attention_wrapper {width:90%;padding:0 5%;}

.image_wrapper{
	width: 80%;
}

/*
.image_wrapper02{
	width: 96%;
}
*/

.accordion_dl {
	width:100%;
}
.accordion_dl div.list {
	margin-left: 0;
}

/*
.accordion_dl div.list:before{
  display: block;
  content: "Q";
  position: absolute;
  top:4px;
  left:8px;
  color:#fff;
  font-size:24px;
  line-height:1.5;
  font-family: 'Noto Serif JP', serif;
}
*/
.accordion_dl dt:before {
  right: 5%;
}
.accordion_dl dt:after {
  right: 5%;
}
  .pc { display:none; }
  .sp { display:block; }
  
  p{
  	font-size: 100%;
  }

	.list_dot {
	font-family: 'Noto Serif JP', serif;
	font-size:0.85rem;
	text-align:left;
	font-weight:400;
	line-height:1.8;
	}
	.list_dot:before {
	content: ""; /* 空の要素作成 */
	width: 10px;               /* 幅指定 */
    height: 10px;              /* 高さ指定 */
    display: inline-block;     /* インラインブロックにする */
    background-color: #1fb98f;  /* 背景色指定 */
    border-radius: 50%;
    position: relative;        /* 位置調整 */
    top: 0;                  /* 位置調整 */
    margin-right: 3px;          /* 余白指定 */
	}
	
	.title {
    font-size: 1.7rem;
    line-height: 2.0rem;
    padding: 0 10px 5px 10px;
    border-left: 10px solid #00a97a;
    border-right: 10px solid #00a97a;
	}
	.title.stuffing {
    letter-spacing: 0;
	}
	.subtitle {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding-top: 10px;
	}
	.copy_01 {
	font-size:1.00rem;
	line-height:1.7;
	text-align: left;
	}
	.copy_00 {
	font-size:0.70rem;
	line-height:1.6;
	}
	.copy_pink {
		color: #ef92a9;
	}
	.copy_0002 {
	font-size:0.85rem;
	}
	.copy_02 {
	font-size:1rem;
	line-height:2.3;
	}
	.copy_date {
	font-size:1.8rem;
	line-height: 1.2;
	text-align:center;
	}
	.copy_0202 {
	font-family: 'Noto Serif JP', serif;
	font-size:1rem;
	text-align:center;
	font-weight:700;
	line-height:3.3;
	margin-top:1.5em;
	}
	.copy_point {
	font-size: 1.4rem;
	line-height:1.3;
	margin-top: 0;
  }
	.order {
	width: 96%;
	margin: 0 auto;
	max-width:1200px;
	margin-top:20px;
	padding-bottom: 20px;
	}
	.copy_order_ttl {
	font-family: 'Noto Serif JP', serif;
	font-size:0.95rem;
	text-align:left;
	font-weight:400;
	line-height:1.6;
	margin-top: 1.0em;
	margin-bottom: 0.2em;
	}
	.inner02 {
	width: 90%;
	margin: 0 auto;
	max-width:1200px;
	padding: 20px 0 20px 0;
	}

/*--------- logolink -------------------------------------------------------*/
.logolink ul {
    display: -webkit-flex;
    display: flex;
	}
.inner {
    width: 90%;
    margin: 0 auto;
	}
.logolink ul.topnav li a img {
	margin: 10px 0 5px 0;
	}
.logolink ul.topnav li {
    padding-left: 0.7rem;
}
.logolink ul.topnav li.right {
    padding-right: 0.7rem;
	}
.logolink ul.topnav li a {
    text-align: left;
	}

/*--------- top_img -------------------------------------------------------*/
.top_img .box .center {
	position: absolute;
  	top: 78%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	}
.top_img .box .center img {
	max-width: 800px;
	margin-top: 0;
	}
/*--------- section.sec01 -------------------------------------------------------*/
section.sec01 {
	margin-top: 0;
	text-align: center;
	padding: 0 10px;
	}
section.sec01 .cont-wrapper {
	padding: 0;
}
section.sec01 .sec01_img {
	margin: 0 auto;
	}
/*--------- section.sec02 -------------------------------------------------------*/
section.sec02 {
    margin-top: 0;
	}
/*--------- section.sec03 -------------------------------------------------------*/
section.sec03 .cont-wrapper .accordion_dl .wrapper .copy {
	font-size: 1.2rem;
    line-height: 1.6rem;
	}
section.sec03 .cont-wrapper .accordion_dl dt:before {
    right: 5%;
	}
section.sec03 .cont-wrapper .accordion_dl dt:after {
    right: 5%;
	}
section.sec03 .cont-wrapper .accordion_dl dt {
	font-size: 1.0rem;
	}
section.sec03 .cont-wrapper img {
	margin-top: 10px;
	}
	
section.sec03 .cont-wrapper .accordion_dl dd .wrapper {
    width: 100%;
    flex-wrap: wrap;
   }
section.sec03 .cont-wrapper .accordion_dl dd .wrapper_innerleft {
	width: 30%;
	padding: 0;
	position: relative;
	}
section.sec03 .cont-wrapper .accordion_dl dd .wrapper_innerright {
	margin:0;
	position: relative;
	font-size: 0.9rem;
    line-height: 1.6rem;
    padding: 10px 15px 0 15px;
	}
section.sec03 .cont-wrapper .accordion_dl dd .copy_accordion {
	font-size: 1.0rem;
	line-height: 1.5rem;
	text-align: center;
	padding: 10px 0 20px 0;
	}
/*--------- section.sec04 -------------------------------------------------------*/
section.sec04 .cont-wrapper img {
    margin-bottom: 30px;
	}
section.sec04 .cont-wrapper p span {
    font-size: 1.1rem;
	}
section.sec04 {
	margin-top: 30px;
	}
section.sec04 .cont-wrapper {
	padding: 30px 10px 0 10px;
	}
/*--------- section.sec05 -------------------------------------------------------*/
section.sec05 {
	margin-top: 30px;
	}
section.sec05 .cont-wrapper {
	border-top: 4px dotted #00a97a;
	}
 section.sec05 .cont-wrapper img {
    margin-top: 20px;
	}
section.sec05 .cont-wrapper .title {
	padding: 20px 0 0 0;
	}
section.sec05 .cont-wrapper .wrapper {
	padding: 10px 0 10px 0;
	}
section.sec05 .cont-wrapper .wrapper_outer {
	width: 100%;
	}
section.sec05 .cont-wrapper .wrapper_innerleft {
	font-size: 0.7rem;
	width: 17%;
	}
section.sec05 .cont-wrapper .wrapper_innerright {
	font-size: 0.7rem;
	width: 83%;
	}
.sec05_midashi {
	font-size: 1.0rem;
	}
section.sec05 .cont-wrapper ol {
    margin: 10px 0 15px 0;
	}
section.sec05 .cont-wrapper ol li:before{
	height: 0.8rem;
  	width: 0.8rem;
  	top: 25%;
	}
section.sec05 .cont-wrapper .accordion_dl {
	margin-top: 30px;
	padding-top: 0;
	}
section.sec05 .cont-wrapper .accordion_dl div.list {
	font-size: 1.0rem;
	}
section.sec05 .cont-wrapper .accordion_dl dd {
	font-size: 0.8rem;
    line-height: 1.4rem;
	}
section.sec05 .cont-wrapper .accordion_dl dt:before {
	right: 5%;
	}
section.sec05 .cont-wrapper .accordion_dl dt:after {
	right: 5%;
	}
.plan_wrapper_inner {
	width: 74%;
}
.plan_wrapper_inner.colum2 {
	width: 74%;
}
.plan_wrapper_inner_top {
    font-size: 1.4rem;
    padding: 20px 0 10px 0;
	}
.plan_wrapper_inner_border {
	border-right: 1px solid #00a97a;
	}
.plan_wrapper_inner {
	font-size: 0.8rem;
	}

.customer_answer {
	margin-top: 10px;
	}
.customer_answer .subtitle {
	font-size: 1.2rem;
	line-height: 1.6rem;
	}
.customer_answer .copy_left {
	font-size: 0.9rem;
	line-height: 1.4rem;
	}
.customer_answer .copy_right {
	font-size: 0.9rem;
	line-height: 1.4rem;
	}
.customer_answer .customer_wrapper {
	padding: 0 20px;
	}
	
/*--------- section.sec05b -------------------------------------------------------*/
section.sec05b {
	margin-top: 30px;
	}
section.sec05b .cont-wrapper {
	border-top: none;
	}
section.sec05b .cont-wrapper .title {
    font-family: 'Noto Serif JP', serif;
    color: #00a97a;
    text-align: center;
    border-left: none;
    border-right: none;
    padding: 20px 0 0 0;
	}
section.sec05b .cont-wrapper img {
    margin-top: 0;
	}
	
.title_gosic_b2 {
	font-size: 110%;
    line-height: 1.5rem;
	}
section.sec05 .cont-wrapper ol li .copy_left {
	margin-left: -8px;
	}
/*--------- section.sec06 -------------------------------------------------------*/
section.sec06 {
    margin-top: 30px;
   }
section.sec06 .cont-wrapper .midashi {
	font-size: 1.2rem;
	padding: 10px 0;
    margin: 30px 0;
	}
.benefit_wrapper {
	justify-content: center;
	}
.benefit_wrapper_inner {
	width: 47%;
    padding: 10px 5px 0 5px;
	}
.benefit_wrapper_inner .subtitle {
	font-size: 1.1rem;
	line-height: 1.3rem;
	margin-bottom: 0.2rem;
	}
.benefit_wrapper_inner .copy_left {
	font-size: 0.8rem;
    line-height: 1.2rem;
	}
	
section.sec06 .cont-wrapper .second-cont .title {
	font-size: 1.5rem;
	line-height: 2.0rem;
	margin: 30px 0;
	}
section.sec06 .cont-wrapper .second-cont {
	margin-top: 30px;
	padding-bottom: 40px;
	}

/*--------- copy -------------------------------------------------------*/
.copy {
    font-size: 0.9rem;
    line-height: 1.6rem;
    padding: 20px 0;
    text-align: left;
	}
.copy02 {
		font-size: 1.0rem;
		line-height: 1.5rem;
		margin-top: 20px;
	}
.copy_left {
	font-size: 0.8rem;
	line-height: 1.4rem;
	}
.copy03 {
	font-size: 1.0rem;
	}
/*--------- cont-wrapper -------------------------------------------------------*/
.cont-wrapper {
	padding: 0 10px;
	}
/*--------- contact -------------------------------------------------------*/
.cont_base {
	margin-top: 0;
	}
.cont_base .wrapper {
	padding: 50px 10px 0 10px;
	}
.cont_base .wrapper .subtitle02 {
	font-size: 1.0rem;
	}
.to_home_btn {
	width: 60%;
	}
/*--------- Smartphone_end -------------------------------------------------------*/
}